AWSKMSRotationType
Objective-C
NS_ENUM(NSInteger, AWSKMSRotationType) {
AWSKMSRotationTypeUnknown,
AWSKMSRotationTypeAutomatic,
AWSKMSRotationTypeOnDemand,
}
Swift
enum AWSKMSRotationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSKMSRotationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSKMSRotationTypeAutomaticSwift
case automatic = 1 -
Undocumented
Declaration
Objective-C
AWSKMSRotationTypeOnDemandSwift
case onDemand = 2
View on GitHub
Install in Dash
AWSKMSRotationType Enumeration Reference