IUIApplicationDelegate
AccessibilityPerformMagicTap(IUIApplicationDelegate)
ApplicationSignificantTimeChange(IUIApplicationDelegate, UIApplication)
ChangedStatusBarFrame(IUIApplicationDelegate, UIApplication, CGRect)
ContinueUserActivity(IUIApplicationDelegate, UIApplication, NSUserActivity, UIApplicationRestorationHandler)
CreatePlatformWindow(IUIApplicationDelegate, IApplication, UIApplication, NSDictionary)
DidChangeStatusBarOrientation(IUIApplicationDelegate, UIApplication, UIInterfaceOrientation)
DidDecodeRestorableState(IUIApplicationDelegate, UIApplication, NSCoder)
DidDiscardSceneSessions(IUIApplicationDelegate, UIApplication, NSSet<UISceneSession>)
DidEnterBackground(IUIApplicationDelegate, UIApplication)
DidFailToContinueUserActivitiy(IUIApplicationDelegate, UIApplication, String, NSError)
DidFailToContinueUserActivity(IUIApplicationDelegate, UIApplication, String, NSError)
DidReceiveRemoteNotification(IUIApplicationDelegate, UIApplication, NSDictionary, Action<UIBackgroundFetchResult>)
DidRegisterUserNotificationSettings(IUIApplicationDelegate, UIApplication, UIUserNotificationSettings)
FailedToRegisterForRemoteNotifications(IUIApplicationDelegate, UIApplication, NSError)
FinishedLaunching(IUIApplicationDelegate, UIApplication)
FinishedLaunching(IUIApplicationDelegate, UIApplication, NSDictionary)
GetConfiguration(IUIApplicationDelegate, UIApplication, UISceneSession, UISceneConnectionOptions)
GetHandlerForIntent(IUIApplicationDelegate, UIApplication, INIntent)
GetSupportedInterfaceOrientations(IUIApplicationDelegate, UIApplication, UIWindow)
GetViewController(IUIApplicationDelegate, UIApplication, String[], NSCoder)
GetWindow(IUIApplicationDelegate)
HandleAction(IUIApplicationDelegate, UIApplication, String, NSDictionary, Action)
HandleAction(IUIApplicationDelegate, UIApplication, String, UILocalNotification, Action)
HandleAction(IUIApplicationDelegate, UIApplication, String, NSDictionary, NSDictionary, Action)
HandleAction(IUIApplicationDelegate, UIApplication, String, UILocalNotification, NSDictionary, Action)
HandleEventsForBackgroundUrl(IUIApplicationDelegate, UIApplication, String, Action)
HandleIntent(IUIApplicationDelegate, UIApplication, INIntent, Action<INIntentResponse>)
HandleOpenURL(IUIApplicationDelegate, UIApplication, NSUrl)
HandleWatchKitExtensionRequest(IUIApplicationDelegate, UIApplication, NSDictionary, Action<NSDictionary>)
HasSceneManifest(IUIApplicationDelegate)
OnActivated(IUIApplicationDelegate, UIApplication)
OnResignActivation(IUIApplicationDelegate, UIApplication)
OpenUrl(IUIApplicationDelegate, UIApplication, NSUrl, NSDictionary)
OpenUrl(IUIApplicationDelegate, UIApplication, NSUrl, String, NSObject)
PerformActionForShortcutItem(IUIApplicationDelegate, UIApplication, UIApplicationShortcutItem, UIOperationHandler)
PerformFetch(IUIApplicationDelegate, UIApplication, Action<UIBackgroundFetchResult>)
ProtectedDataDidBecomeAvailable(IUIApplicationDelegate, UIApplication)
ProtectedDataWillBecomeUnavailable(IUIApplicationDelegate, UIApplication)
ReceivedLocalNotification(IUIApplicationDelegate, UIApplication, UILocalNotification)
ReceivedRemoteNotification(IUIApplicationDelegate, UIApplication, NSDictionary)
ReceiveMemoryWarning(IUIApplicationDelegate, UIApplication)
RegisteredForRemoteNotifications(IUIApplicationDelegate, UIApplication, NSData)
RequestNewWindow(IUIApplicationDelegate, IApplication, OpenWindowRequest)
SetApplicationHandler(IUIApplicationDelegate, IApplication, IMauiContext)
SetWindow(IUIApplicationDelegate, UIWindow)
ShouldAllowExtensionPointIdentifier(IUIApplicationDelegate, UIApplication, NSString)
ShouldAutomaticallyLocalizeKeyCommands(IUIApplicationDelegate, UIApplication)
ShouldRequestHealthAuthorization(IUIApplicationDelegate, UIApplication)
ShouldRestoreApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)
ShouldRestoreSecureApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)
ShouldSaveApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)
ShouldSaveSecureApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)
UserActivityUpdated(IUIApplicationDelegate, UIApplication, NSUserActivity)
UserDidAcceptCloudKitShare(IUIApplicationDelegate, UIApplication, CKShareMetadata)
WillChangeStatusBarFrame(IUIApplicationDelegate, UIApplication, CGRect)
WillChangeStatusBarOrientation(IUIApplicationDelegate, UIApplication, UIInterfaceOrientation, Double)
WillContinueUserActivity(IUIApplicationDelegate, UIApplication, String)
WillEncodeRestorableState(IUIApplicationDelegate, UIApplication, NSCoder)
WillEnterForeground(IUIApplicationDelegate, UIApplication)
WillFinishLaunching(IUIApplicationDelegate, UIApplication, NSDictionary)
WillTerminate(IUIApplicationDelegate, UIApplication)
xamarinios
namespace UIKit
{
public static class UIApplicationDelegate_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.iOS, 13, 2, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 2, PlatformArchitecture.All, null)]
public static bool ShouldRestoreSecureApplicationState(this IUIApplicationDelegate! This, UIApplication! application, NSCoder! coder);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API