[−][src]Trait uikit_sys::PUIApplicationDelegate
Provided methods
unsafe fn applicationDidFinishLaunching_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn application_willFinishLaunchingWithOptions_(
self,
application: UIApplication,
launchOptions: NSDictionary
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
launchOptions: NSDictionary
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_didFinishLaunchingWithOptions_(
self,
application: UIApplication,
launchOptions: NSDictionary
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
launchOptions: NSDictionary
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn applicationDidBecomeActive_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn applicationWillResignActive_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn application_handleOpenURL_(
self,
application: UIApplication,
url: NSURL
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
url: NSURL
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_openURL_sourceApplication_annotation_(
self,
application: UIApplication,
url: NSURL,
sourceApplication: NSString,
annotation: id
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
url: NSURL,
sourceApplication: NSString,
annotation: id
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_openURL_options_(
self,
app: UIApplication,
url: NSURL,
options: NSDictionary
) -> BOOL where
Self::Target: Message + Sized,
self,
app: UIApplication,
url: NSURL,
options: NSDictionary
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn applicationDidReceiveMemoryWarning_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn applicationWillTerminate_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn applicationSignificantTimeChange_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn application_willChangeStatusBarOrientation_duration_(
self,
application: UIApplication,
newStatusBarOrientation: UIInterfaceOrientation,
duration: NSTimeInterval
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
newStatusBarOrientation: UIInterfaceOrientation,
duration: NSTimeInterval
) where
Self::Target: Message + Sized,
unsafe fn application_didChangeStatusBarOrientation_(
self,
application: UIApplication,
oldStatusBarOrientation: UIInterfaceOrientation
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
oldStatusBarOrientation: UIInterfaceOrientation
) where
Self::Target: Message + Sized,
unsafe fn application_willChangeStatusBarFrame_(
self,
application: UIApplication,
newStatusBarFrame: CGRect
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
newStatusBarFrame: CGRect
) where
Self::Target: Message + Sized,
unsafe fn application_didChangeStatusBarFrame_(
self,
application: UIApplication,
oldStatusBarFrame: CGRect
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
oldStatusBarFrame: CGRect
) where
Self::Target: Message + Sized,
unsafe fn application_didRegisterUserNotificationSettings_(
self,
application: UIApplication,
notificationSettings: UIUserNotificationSettings
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
notificationSettings: UIUserNotificationSettings
) where
Self::Target: Message + Sized,
unsafe fn application_didRegisterForRemoteNotificationsWithDeviceToken_(
self,
application: UIApplication,
deviceToken: NSData
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
deviceToken: NSData
) where
Self::Target: Message + Sized,
unsafe fn application_didFailToRegisterForRemoteNotificationsWithError_(
self,
application: UIApplication,
error: NSError
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
error: NSError
) where
Self::Target: Message + Sized,
unsafe fn application_didReceiveRemoteNotification_(
self,
application: UIApplication,
userInfo: NSDictionary
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
userInfo: NSDictionary
) where
Self::Target: Message + Sized,
unsafe fn application_didReceiveLocalNotification_(
self,
application: UIApplication,
notification: UILocalNotification
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
notification: UILocalNotification
) where
Self::Target: Message + Sized,
unsafe fn application_handleActionWithIdentifier_forLocalNotification_completionHandler_(
self,
application: UIApplication,
identifier: NSString,
notification: UILocalNotification,
completionHandler: _bindgen_ty_id_159546
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
identifier: NSString,
notification: UILocalNotification,
completionHandler: _bindgen_ty_id_159546
) where
Self::Target: Message + Sized,
unsafe fn application_handleActionWithIdentifier_forRemoteNotification_withResponseInfo_completionHandler_(
self,
application: UIApplication,
identifier: NSString,
userInfo: NSDictionary,
responseInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159558
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
identifier: NSString,
userInfo: NSDictionary,
responseInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159558
) where
Self::Target: Message + Sized,
unsafe fn application_handleActionWithIdentifier_forRemoteNotification_completionHandler_(
self,
application: UIApplication,
identifier: NSString,
userInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159568
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
identifier: NSString,
userInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159568
) where
Self::Target: Message + Sized,
unsafe fn application_handleActionWithIdentifier_forLocalNotification_withResponseInfo_completionHandler_(
self,
application: UIApplication,
identifier: NSString,
notification: UILocalNotification,
responseInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159580
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
identifier: NSString,
notification: UILocalNotification,
responseInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159580
) where
Self::Target: Message + Sized,
unsafe fn application_didReceiveRemoteNotification_fetchCompletionHandler_(
self,
application: UIApplication,
userInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159588
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
userInfo: NSDictionary,
completionHandler: _bindgen_ty_id_159588
) where
Self::Target: Message + Sized,
unsafe fn application_performFetchWithCompletionHandler_(
self,
application: UIApplication,
completionHandler: _bindgen_ty_id_159595
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
completionHandler: _bindgen_ty_id_159595
) where
Self::Target: Message + Sized,
unsafe fn application_performActionForShortcutItem_completionHandler_(
self,
application: UIApplication,
shortcutItem: UIApplicationShortcutItem,
completionHandler: _bindgen_ty_id_159604
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
shortcutItem: UIApplicationShortcutItem,
completionHandler: _bindgen_ty_id_159604
) where
Self::Target: Message + Sized,
unsafe fn application_handleEventsForBackgroundURLSession_completionHandler_(
self,
application: UIApplication,
identifier: NSString,
completionHandler: _bindgen_ty_id_159613
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
identifier: NSString,
completionHandler: _bindgen_ty_id_159613
) where
Self::Target: Message + Sized,
unsafe fn application_handleWatchKitExtensionRequest_reply_(
self,
application: UIApplication,
userInfo: NSDictionary,
reply: _bindgen_ty_id_159621
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
userInfo: NSDictionary,
reply: _bindgen_ty_id_159621
) where
Self::Target: Message + Sized,
unsafe fn applicationShouldRequestHealthAuthorization_(
self,
application: UIApplication
) where
Self::Target: Message + Sized,
self,
application: UIApplication
) where
Self::Target: Message + Sized,
unsafe fn application_handleIntent_completionHandler_(
self,
application: UIApplication,
intent: INIntent,
completionHandler: _bindgen_ty_id_159633
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
intent: INIntent,
completionHandler: _bindgen_ty_id_159633
) where
Self::Target: Message + Sized,
unsafe fn applicationDidEnterBackground_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn applicationWillEnterForeground_(self, application: UIApplication) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn applicationProtectedDataWillBecomeUnavailable_(
self,
application: UIApplication
) where
Self::Target: Message + Sized,
self,
application: UIApplication
) where
Self::Target: Message + Sized,
unsafe fn applicationProtectedDataDidBecomeAvailable_(
self,
application: UIApplication
) where
Self::Target: Message + Sized,
self,
application: UIApplication
) where
Self::Target: Message + Sized,
unsafe fn application_supportedInterfaceOrientationsForWindow_(
self,
application: UIApplication,
window: UIWindow
) -> UIInterfaceOrientationMask where
Self::Target: Message + Sized,
self,
application: UIApplication,
window: UIWindow
) -> UIInterfaceOrientationMask where
Self::Target: Message + Sized,
unsafe fn application_shouldAllowExtensionPointIdentifier_(
self,
application: UIApplication,
extensionPointIdentifier: NSString
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
extensionPointIdentifier: NSString
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_viewControllerWithRestorationIdentifierPath_coder_(
self,
application: UIApplication,
identifierComponents: NSArray,
coder: NSCoder
) -> UIViewController where
Self::Target: Message + Sized,
self,
application: UIApplication,
identifierComponents: NSArray,
coder: NSCoder
) -> UIViewController where
Self::Target: Message + Sized,
unsafe fn application_shouldSaveSecureApplicationState_(
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_shouldRestoreSecureApplicationState_(
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_willEncodeRestorableStateWithCoder_(
self,
application: UIApplication,
coder: NSCoder
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
coder: NSCoder
) where
Self::Target: Message + Sized,
unsafe fn application_didDecodeRestorableStateWithCoder_(
self,
application: UIApplication,
coder: NSCoder
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
coder: NSCoder
) where
Self::Target: Message + Sized,
unsafe fn application_shouldSaveApplicationState_(
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_shouldRestoreApplicationState_(
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
coder: NSCoder
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_willContinueUserActivityWithType_(
self,
application: UIApplication,
userActivityType: NSString
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
userActivityType: NSString
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_continueUserActivity_restorationHandler_(
self,
application: UIApplication,
userActivity: NSUserActivity,
restorationHandler: _bindgen_ty_id_159694
) -> BOOL where
Self::Target: Message + Sized,
self,
application: UIApplication,
userActivity: NSUserActivity,
restorationHandler: _bindgen_ty_id_159694
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn application_didFailToContinueUserActivityWithType_error_(
self,
application: UIApplication,
userActivityType: NSString,
error: NSError
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
userActivityType: NSString,
error: NSError
) where
Self::Target: Message + Sized,
unsafe fn application_didUpdateUserActivity_(
self,
application: UIApplication,
userActivity: NSUserActivity
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
userActivity: NSUserActivity
) where
Self::Target: Message + Sized,
unsafe fn application_userDidAcceptCloudKitShareWithMetadata_(
self,
application: UIApplication,
cloudKitShareMetadata: CKShareMetadata
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
cloudKitShareMetadata: CKShareMetadata
) where
Self::Target: Message + Sized,
unsafe fn application_configurationForConnectingSceneSession_options_(
self,
application: UIApplication,
connectingSceneSession: UISceneSession,
options: UISceneConnectionOptions
) -> UISceneConfiguration where
Self::Target: Message + Sized,
self,
application: UIApplication,
connectingSceneSession: UISceneSession,
options: UISceneConnectionOptions
) -> UISceneConfiguration where
Self::Target: Message + Sized,
unsafe fn application_didDiscardSceneSessions_(
self,
application: UIApplication,
sceneSessions: NSSet
) where
Self::Target: Message + Sized,
self,
application: UIApplication,
sceneSessions: NSSet
) where
Self::Target: Message + Sized,
unsafe fn window(self) -> UIWindow where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setWindow_(self, window: UIWindow) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,