Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSAppIdentificationStrategy) {
        AWSAppIdentificationStrategyGlobal = 0,
        AWSAppIdentificationStrategyPrivate
    }

    Swift

    enum AWSAppIdentificationStrategy : Int
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSMobileAnalyticsERSErrorType) {
        AWSMobileAnalyticsERSErrorUnknown,
        AWSMobileAnalyticsERSErrorBadRequest,
    }

    Swift

    enum AWSMobileAnalyticsERSErrorType : Int