UAScheduleDelayAppState
Objective-C
enum UAScheduleDelayAppState : NSInteger {}
Swift
enum UAScheduleDelayAppState : Int, @unchecked Sendable
Enum for defining an app state condition.
-
Any app state.
Declaration
Objective-C
UAScheduleDelayAppStateAny
Swift
case any = 0
-
Requires application to be in the foreground.
Declaration
Objective-C
UAScheduleDelayAppStateForeground
Swift
case foreground = 1
-
Requires application to be in the background.
Declaration
Objective-C
UAScheduleDelayAppStateBackground
Swift
case background = 2