AWSMobileAnalyticsConfiguration

Objective-C

@interface AWSMobileAnalyticsConfiguration : NSObject

@property (nonatomic, assign) BOOL useHttps;
@property (nonatomic, strong) NSDictionary *attributes;
@property (nonatomic, strong) AWSMobileAnalyticsEnvironment *environment;
@property (nonatomic, assign) BOOL transmitOnWAN;
@property (nonatomic, assign) BOOL enableEvents;
@property (nonatomic, assign) AWSAppIdentificationStrategy identificationStrategy;
@property (nonatomic, copy) AWSServiceConfiguration *serviceConfiguration;

@end

Swift

class AWSMobileAnalyticsConfiguration : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) BOOL useHttps

    Swift

    var useHttps: Bool { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary *attributes

    Swift

    var attributes: [AnyHashable : Any]! { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSMobileAnalyticsEnvironment *environment

    Swift

    var environment: AWSMobileAnalyticsEnvironment! { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) BOOL transmitOnWAN

    Swift

    var transmitOnWAN: Bool { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) BOOL enableEvents

    Swift

    var enableEvents: Bool { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) AWSAppIdentificationStrategy identificationStrategy

    Swift

    var identificationStrategy: AWSAppIdentificationStrategy { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, copy) AWSServiceConfiguration *serviceConfiguration

    Swift

    @NSCopying var serviceConfiguration: AWSServiceConfiguration! { get set }