Package org.robovm.apple.carplay
Class CPApplicationDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIApplicationDelegateAdapter
org.robovm.apple.carplay.CPApplicationDelegateAdapter
- All Implemented Interfaces:
CPApplicationDelegate,NSObjectProtocol,UIApplicationDelegate,ObjCProtocol
public class CPApplicationDelegateAdapter extends UIApplicationDelegateAdapter implements CPApplicationDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description CPApplicationDelegateAdapter() -
Method Summary
Modifier and Type Method Description voiddidConnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)voiddidDisconnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)voiddidSelectManeuver(UIApplication application, CPManeuver maneuver)voiddidSelectNavigationAlert(UIApplication application, CPNavigationAlert navigationAlert)Methods inherited from class org.robovm.apple.uikit.UIApplicationDelegateAdapter
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, willTerminateMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods 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
-
Constructor Details
-
CPApplicationDelegateAdapter
public CPApplicationDelegateAdapter()
-
-
Method Details
-
didConnectCarInterfaceController
public void didConnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)- Specified by:
didConnectCarInterfaceControllerin interfaceCPApplicationDelegate
-
didDisconnectCarInterfaceController
public void didDisconnectCarInterfaceController(UIApplication application, CPInterfaceController interfaceController, CPWindow window)- Specified by:
didDisconnectCarInterfaceControllerin interfaceCPApplicationDelegate
-
didSelectNavigationAlert
- Specified by:
didSelectNavigationAlertin interfaceCPApplicationDelegate
-
didSelectManeuver
- Specified by:
didSelectManeuverin interfaceCPApplicationDelegate
-