AWSLocationPricingPlan
Objective-C
NS_ENUM(NSInteger, AWSLocationPricingPlan) {
AWSLocationPricingPlanUnknown,
AWSLocationPricingPlanRequestBasedUsage,
AWSLocationPricingPlanMobileAssetTracking,
AWSLocationPricingPlanMobileAssetManagement,
}
Swift
enum AWSLocationPricingPlan : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanRequestBasedUsageSwift
case requestBasedUsage = 1 -
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanMobileAssetTrackingSwift
case mobileAssetTracking = 2 -
Undocumented
Declaration
Objective-C
AWSLocationPricingPlanMobileAssetManagementSwift
case mobileAssetManagement = 3
View on GitHub
Install in Dash
AWSLocationPricingPlan Enumeration Reference