AWSKMSRotationType
Objective-C
NS_ENUM(NSInteger, AWSKMSRotationType) {
AWSKMSRotationTypeUnknown,
AWSKMSRotationTypeAutomatic,
AWSKMSRotationTypeOnDemand,
}
Swift
enum AWSKMSRotationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSKMSRotationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSKMSRotationTypeAutomatic
Swift
case automatic = 1
-
Undocumented
Declaration
Objective-C
AWSKMSRotationTypeOnDemand
Swift
case onDemand = 2