Package org.robovm.apple.carplay
Interface CPApplicationDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIApplicationDelegate
- All Known Implementing Classes:
CPApplicationDelegateAdapter
@Deprecated public interface CPApplicationDelegate extends UIApplicationDelegate
Deprecated.
Deprecated in iOS 13.0. Use CPTemplateApplicationSceneDelegate
- Since:
- Available in iOS 12.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidConnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)Deprecated.voiddidDisconnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)Deprecated.voiddidSelectManeuver(UIApplication application, CPManeuver maneuver)Deprecated.voiddidSelectNavigationAlert(UIApplication application, CPNavigationAlert navigationAlert)Deprecated.Methods inherited from interface org.robovm.apple.uikit.UIApplicationDelegate
applicationShouldAutomaticallyLocalizeKeyCommands, continueUserActivity, didAcceptCloudKitShare, didBecomeActive, didChangStatusBarFrame, didChangStatusBarOrientation, didDecodeRestorableState, didDiscardSceneSessions, didEnterBackground, didFailToContinueUserActivity, didFailToRegisterForRemoteNotifications, didFinishLaunching, didFinishLaunching, didReceiveLocalNotification, didReceiveMemoryWarning, didReceiveRemoteNotification, didReceiveRemoteNotification, didRegisterForRemoteNotifications, didRegisterUserNotificationSettings, didUpdateUserActivity, getConfigurationForConnectingSceneSession, getHandlerForIntent, getSupportedInterfaceOrientations, getViewController, getWindow, handleEventsForBackgroundURLSession, handleIntent, handleLocalNotificationAction, handleLocalNotificationAction, handleOpenURL, handleRemoteNotificationAction, handleRemoteNotificationAction, handleWatchKitExtensionRequest, openURL, openURL, performAction, performFetch, protectedDataDidBecomeAvailable, protectedDataWillBecomeUnavailable, setWindow, shouldAllowExtensionPointIdentifier, shouldRequestHealthAuthorization, shouldRestoreApplicationState, shouldRestoreSecureApplicationState, shouldSaveApplicationState, shouldSaveSecureApplicationState, significantTimeChange, willChangeStatusBarFrame, willChangeStatusBarOrientation, willContinueUserActivity, willEncodeRestorableState, willEnterForeground, willFinishLaunching, willResignActive, willTerminate
-
Method Details
-
didConnectCarInterfaceController
void didConnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)Deprecated. -
didDisconnectCarInterfaceController
void didDisconnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)Deprecated. -
didSelectManeuver
Deprecated.
-