APLRemotePropertyType
Objective-C
enum APLRemotePropertyType : NSInteger {}
Swift
enum APLRemotePropertyType : Int, @unchecked Sendable
The propertyType parameter in the APLFetchRemoteConfiguration function indicates both the type of the
defaultValue parameter and the expected result of the block.
-
BOOL (Objective-C), Bool (Swift)
Declaration
Objective-C
APLRemotePropertyTypeBoolSwift
case bool = 0 -
NSInteger (Objective-C), Int (Swift)
Declaration
Objective-C
APLRemotePropertyTypeIntSwift
case int = 1 -
double (Objective-C), Double (Swift)
Declaration
Objective-C
APLRemotePropertyTypeDoubleSwift
case double = 2 -
NSString (Objective-C), String (Swift)
Declaration
Objective-C
APLRemotePropertyTypeStringSwift
case string = 3
View on GitHub
Install in Dash