public abstract static class IOSApplication.Delegate
extends org.robovm.apple.uikit.UIApplicationDelegateAdapter
| Constructor and Description |
|---|
Delegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
didBecomeActive(org.robovm.apple.uikit.UIApplication application) |
boolean |
didFinishLaunching(org.robovm.apple.uikit.UIApplication application,
org.robovm.apple.uikit.UIApplicationLaunchOptions launchOptions) |
void |
willEnterForeground(org.robovm.apple.uikit.UIApplication application) |
void |
willResignActive(org.robovm.apple.uikit.UIApplication application) |
void |
willTerminate(org.robovm.apple.uikit.UIApplication application) |
continueUserActivity, didAcceptCloudKitShare, didChangStatusBarFrame, didChangStatusBarOrientation, didDecodeRestorableState, didEnterBackground, didFailToContinueUserActivity, didFailToRegisterForRemoteNotifications, didFinishLaunching, didReceiveLocalNotification, didReceiveMemoryWarning, didReceiveRemoteNotification, didReceiveRemoteNotification, didRegisterForRemoteNotifications, didRegisterUserNotificationSettings, didUpdateUserActivity, getSupportedInterfaceOrientations, getViewController, getWindow, handleEventsForBackgroundURLSession, handleIntent, handleLocalNotificationAction, handleLocalNotificationAction, handleOpenURL, handleRemoteNotificationAction, handleRemoteNotificationAction, handleWatchKitExtensionRequest, openURL, openURL, performAction, performFetch, protectedDataDidBecomeAvailable, protectedDataWillBecomeUnavailable, setWindow, shouldAllowExtensionPointIdentifier, shouldRequestHealthAuthorization, shouldRestoreApplicationState, shouldSaveApplicationState, significantTimeChange, willChangeStatusBarFrame, willChangeStatusBarOrientation, willContinueUserActivity, willEncodeRestorableState, willFinishLaunchingaddKeyValueObserver, addKeyValueObserver, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, equals, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuespublic boolean didFinishLaunching(org.robovm.apple.uikit.UIApplication application,
org.robovm.apple.uikit.UIApplicationLaunchOptions launchOptions)
didFinishLaunching in interface org.robovm.apple.uikit.UIApplicationDelegatedidFinishLaunching in class org.robovm.apple.uikit.UIApplicationDelegateAdapterpublic void didBecomeActive(org.robovm.apple.uikit.UIApplication application)
didBecomeActive in interface org.robovm.apple.uikit.UIApplicationDelegatedidBecomeActive in class org.robovm.apple.uikit.UIApplicationDelegateAdapterpublic void willEnterForeground(org.robovm.apple.uikit.UIApplication application)
willEnterForeground in interface org.robovm.apple.uikit.UIApplicationDelegatewillEnterForeground in class org.robovm.apple.uikit.UIApplicationDelegateAdapterpublic void willResignActive(org.robovm.apple.uikit.UIApplication application)
willResignActive in interface org.robovm.apple.uikit.UIApplicationDelegatewillResignActive in class org.robovm.apple.uikit.UIApplicationDelegateAdapterpublic void willTerminate(org.robovm.apple.uikit.UIApplication application)
willTerminate in interface org.robovm.apple.uikit.UIApplicationDelegatewillTerminate in class org.robovm.apple.uikit.UIApplicationDelegateAdapterCopyright © 2020. All rights reserved.