AWSIoTTargetSelection
Objective-C
NS_ENUM(NSInteger, AWSIoTTargetSelection) {
AWSIoTTargetSelectionUnknown,
AWSIoTTargetSelectionContinuous,
AWSIoTTargetSelectionSnapshot,
}
Swift
enum AWSIoTTargetSelection : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTTargetSelectionUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTTargetSelectionContinuous
Swift
case continuous = 1
-
Undocumented
Declaration
Objective-C
AWSIoTTargetSelectionSnapshot
Swift
case snapshot = 2