AWSLocationPricingPlan
Objective-C
NS_ENUM(NSInteger, AWSLocationPricingPlan) {
AWSLocationPricingPlanUnknown,
AWSLocationPricingPlanRequestBasedUsage,
AWSLocationPricingPlanMobileAssetTracking,
AWSLocationPricingPlanMobileAssetManagement,
}
Swift
enum AWSLocationPricingPlan : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanRequestBasedUsage
Swift
case requestBasedUsage = 1
-
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanMobileAssetTracking
Swift
case mobileAssetTracking = 2
-
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanMobileAssetManagement
Swift
case mobileAssetManagement = 3