Uses of Class
org.robovm.apple.uikit.UIWindow
-
Uses of UIWindow in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return UIWindow Modifier and Type Method Description UIWindowASAccountAuthenticationModificationControllerPresentationContextProviding. getPresentationAnchor(ASAccountAuthenticationModificationController controller)UIWindowASAccountAuthenticationModificationControllerPresentationContextProvidingAdapter. getPresentationAnchor(ASAccountAuthenticationModificationController controller)UIWindowASAuthorizationControllerPresentationContextProviding. presentationAnchorForAuthorizationController(ASAuthorizationController controller)UIWindowASAuthorizationControllerPresentationContextProvidingAdapter. presentationAnchorForAuthorizationController(ASAuthorizationController controller)UIWindowASWebAuthenticationPresentationContextProviding. presentationAnchorForWebAuthenticationSession(ASWebAuthenticationSession session)UIWindowASWebAuthenticationPresentationContextProvidingAdapter. presentationAnchorForWebAuthenticationSession(ASWebAuthenticationSession session) -
Uses of UIWindow in org.robovm.apple.carplay
Subclasses of UIWindow in org.robovm.apple.carplay Modifier and Type Class Description classCPWindowMethods in org.robovm.apple.carplay that return UIWindow Modifier and Type Method Description UIWindowCPTemplateApplicationDashboardScene. getDashboardWindow()UIWindowCPInstrumentClusterController. getInstrumentClusterWindow()Methods in org.robovm.apple.carplay with parameters of type UIWindow Modifier and Type Method Description voidCPTemplateApplicationDashboardSceneDelegate. didConnectDashboardController(CPTemplateApplicationDashboardScene templateApplicationDashboardScene, CPDashboardController dashboardController, UIWindow window)voidCPTemplateApplicationDashboardSceneDelegateAdapter. didConnectDashboardController(CPTemplateApplicationDashboardScene templateApplicationDashboardScene, CPDashboardController dashboardController, UIWindow window)voidCPTemplateApplicationDashboardSceneDelegate. didDisconnectDashboardController(CPTemplateApplicationDashboardScene templateApplicationDashboardScene, CPDashboardController dashboardController, UIWindow window)voidCPTemplateApplicationDashboardSceneDelegateAdapter. didDisconnectDashboardController(CPTemplateApplicationDashboardScene templateApplicationDashboardScene, CPDashboardController dashboardController, UIWindow window)voidCPInstrumentClusterControllerDelegate. instrumentClusterControllerDidConnectWindow(UIWindow instrumentClusterWindow)voidCPInstrumentClusterControllerDelegateAdapter. instrumentClusterControllerDidConnectWindow(UIWindow instrumentClusterWindow)voidCPInstrumentClusterControllerDelegate. instrumentClusterControllerDidDisconnectWindow(UIWindow instrumentClusterWindow)voidCPInstrumentClusterControllerDelegateAdapter. instrumentClusterControllerDidDisconnectWindow(UIWindow instrumentClusterWindow) -
Uses of UIWindow in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return UIWindow Modifier and Type Method Description UIWindowGKAccessPoint. getParentWindow()Methods in org.robovm.apple.gamekit with parameters of type UIWindow Modifier and Type Method Description voidGKAccessPoint. setParentWindow(UIWindow v) -
Uses of UIWindow in org.robovm.apple.mediasetup
Methods in org.robovm.apple.mediasetup that return UIWindow Modifier and Type Method Description UIWindowMSAuthenticationPresentationContext. presentationAnchor()UIWindowMSAuthenticationPresentationContextAdapter. presentationAnchor() -
Uses of UIWindow in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return UIWindow Modifier and Type Method Description UIWindowPKPaymentAuthorizationControllerDelegate. presentationWindowForPaymentAuthorizationController(PKPaymentAuthorizationController controller)UIWindowPKPaymentAuthorizationControllerDelegateAdapter. presentationWindowForPaymentAuthorizationController(PKPaymentAuthorizationController controller) -
Uses of UIWindow in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit with parameters of type UIWindow Modifier and Type Method Description static PKToolPickerPKToolPicker. sharedToolPickerForWindow(UIWindow window)Deprecated.Deprecated in iOS 14.0. -
Uses of UIWindow in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIWindow Modifier and Type Method Description UIWindowUIApplication. getKeyWindow()Deprecated.Deprecated in iOS 13.0.UIWindowUIWindowScene. getKeyWindow()UIWindowUIApplicationDelegate. getWindow()UIWindowUIApplicationDelegateAdapter. getWindow()UIWindowUIPress. getWindow()UIWindowUITouch. getWindow()UIWindowUIView. getWindow()UIWindowUIWindowSceneDelegate. getWindow()UIWindowUIWindowSceneDelegateAdapter. getWindow()Methods in org.robovm.apple.uikit that return types with arguments of type UIWindow Modifier and Type Method Description NSArray<UIWindow>UIApplication. getWindows()Deprecated.Deprecated in iOS 15.0.NSArray<UIWindow>UIWindowScene. getWindows()Method parameters in org.robovm.apple.uikit with type arguments of type UIWindow Modifier and Type Method Description static NSObjectProtocolUIWindow.Notifications. observeDidBecomeHidden(VoidBlock1<UIWindow> block)static NSObjectProtocolUIWindow.Notifications. observeDidBecomeKey(VoidBlock1<UIWindow> block)static NSObjectProtocolUIWindow.Notifications. observeDidBecomeVisible(VoidBlock1<UIWindow> block)static NSObjectProtocolUIWindow.Notifications. observeDidResignKey(VoidBlock1<UIWindow> block)