UIApplication$Methods extension
Properties
- applicationIconBadgeNumber ↔ int
-
Available on UIApplication, provided by the UIApplication$Methods extension
applicationIconBadgeNumbergetter/setter pair - applicationState → UIApplicationState
-
Available on UIApplication, provided by the UIApplication$Methods extension
applicationStateno setter - applicationSupportsShakeToEdit ↔ bool
-
Available on UIApplication, provided by the UIApplication$Methods extension
applicationSupportsShakeToEditgetter/setter pair - backgroundRefreshStatus → UIBackgroundRefreshStatus
-
Available on UIApplication, provided by the UIApplication$Methods extension
! When background refresh is available for an application, it may launched or resumed in the background to handle significant location changes, remote notifications, background fetches, etc. Observe UIApplicationBackgroundRefreshStatusDidChangeNotification to be notified of changes.no setter - backgroundTimeRemaining → double
-
Available on UIApplication, provided by the UIApplication$Methods extension
backgroundTimeRemainingno setter - connectedScenes → NSSet
-
Available on UIApplication, provided by the UIApplication$Methods extension
connectedScenesno setter - delegate ↔ UIApplicationDelegate?
-
Available on UIApplication, provided by the UIApplication$Methods extension
delegategetter/setter pair - idleTimerDisabled ↔ bool
-
Available on UIApplication, provided by the UIApplication$Methods extension
isIdleTimerDisabledgetter/setter pair - ignoringInteractionEvents → bool
-
Available on UIApplication, provided by the UIApplication$Methods extension
isIgnoringInteractionEventsno setter - keyWindow → UIWindow?
-
Available on UIApplication, provided by the UIApplication$Methods extension
keyWindowno setter - networkActivityIndicatorVisible ↔ bool
-
Available on UIApplication, provided by the UIApplication$Methods extension
isNetworkActivityIndicatorVisiblegetter/setter pair - openSessions → NSSet
-
Available on UIApplication, provided by the UIApplication$Methods extension
openSessionsno setter - preferredContentSizeCategory → NSString
-
Available on UIApplication, provided by the UIApplication$Methods extension
preferredContentSizeCategoryno setter - protectedDataAvailable → bool
-
Available on UIApplication, provided by the UIApplication$Methods extension
isProtectedDataAvailableno setter - statusBarFrame → CGRect
-
Available on UIApplication, provided by the UIApplication$Methods extension
statusBarFrameno setter - statusBarHidden → bool
-
Available on UIApplication, provided by the UIApplication$Methods extension
isStatusBarHiddenno setter - statusBarOrientation → UIInterfaceOrientation
-
Available on UIApplication, provided by the UIApplication$Methods extension
statusBarOrientationno setter - statusBarOrientationAnimationDuration → double
-
Available on UIApplication, provided by the UIApplication$Methods extension
statusBarOrientationAnimationDurationno setter - statusBarStyle → UIStatusBarStyle
-
Available on UIApplication, provided by the UIApplication$Methods extension
statusBarStyleno setter - supportsMultipleScenes → bool
-
Available on UIApplication, provided by the UIApplication$Methods extension
supportsMultipleScenesno setter - userInterfaceLayoutDirection → UIUserInterfaceLayoutDirection
-
Available on UIApplication, provided by the UIApplication$Methods extension
userInterfaceLayoutDirectionno setter - windows → NSArray
-
Available on UIApplication, provided by the UIApplication$Methods extension
windowsno setter
Methods
-
beginBackgroundTaskWithExpirationHandler(
ObjCBlock< Void Function()> ? handler) → int -
Available on UIApplication, provided by the UIApplication$Methods extension
beginBackgroundTaskWithExpirationHandler: -
beginBackgroundTaskWithName(
NSString? taskName, {ObjCBlock< Void Function()> ? expirationHandler}) → int -
Available on UIApplication, provided by the UIApplication$Methods extension
beginBackgroundTaskWithName:expirationHandler: -
beginIgnoringInteractionEvents(
) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
beginIgnoringInteractionEvents -
canOpenURL(
NSURL url) → bool -
Available on UIApplication, provided by the UIApplication$Methods extension
canOpenURL: -
endBackgroundTask(
int identifier) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
endBackgroundTask: -
endIgnoringInteractionEvents(
) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
endIgnoringInteractionEvents -
init(
) → UIApplication -
Available on UIApplication, provided by the UIApplication$Methods extension
init -
openURL(
NSURL url) → bool -
Available on UIApplication, provided by the UIApplication$Methods extension
openURL: -
openURL$1(
NSURL url, {required NSDictionary options, ObjCBlock< Void Function(Bool)> ? completionHandler}) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
openURL:options:completionHandler: -
requestSceneSessionActivation(
UISceneSession? sceneSession, {NSUserActivity? userActivity, UISceneActivationRequestOptions? options, ObjCBlock< Void Function(NSError)> ? errorHandler}) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
requestSceneSessionActivation:userActivity:options:errorHandler: -
requestSceneSessionDestruction(
UISceneSession sceneSession, {UISceneDestructionRequestOptions? options, ObjCBlock< Void Function(NSError)> ? errorHandler}) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
requestSceneSessionDestruction:options:errorHandler: -
requestSceneSessionRefresh(
UISceneSession sceneSession) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
requestSceneSessionRefresh: -
sendAction(
Pointer< ObjCSelector> action, {ObjCObjectBase? to, ObjCObjectBase? from, UIEvent? forEvent}) → bool -
Available on UIApplication, provided by the UIApplication$Methods extension
sendAction:to:from:forEvent: -
sendEvent(
UIEvent event) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
sendEvent: -
setMinimumBackgroundFetchInterval(
double minimumBackgroundFetchInterval) → void -
Available on UIApplication, provided by the UIApplication$Methods extension
! The system guarantees that it will not wake up your application for a background fetch more frequently than the interval provided. Set to UIApplicationBackgroundFetchIntervalMinimum to be woken as frequently as the system desires, or to UIApplicationBackgroundFetchIntervalNever (the default) to never be woken for a background fetch. -
supportedInterfaceOrientationsForWindow(
UIWindow? window) → UIInterfaceOrientationMask -
Available on UIApplication, provided by the UIApplication$Methods extension
supportedInterfaceOrientationsForWindow: