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 useHttpsSwift
var useHttps: Bool { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary *attributesSwift
var attributes: [AnyHashable : Any]! { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) AWSMobileAnalyticsEnvironment *environmentSwift
var environment: AWSMobileAnalyticsEnvironment! { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL transmitOnWANSwift
var transmitOnWAN: Bool { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL enableEventsSwift
var enableEvents: Bool { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) AWSAppIdentificationStrategy identificationStrategySwift
var identificationStrategy: AWSAppIdentificationStrategy { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) AWSServiceConfiguration *serviceConfigurationSwift
@NSCopying var serviceConfiguration: AWSServiceConfiguration! { get set }
View on GitHub
Install in Dash
AWSMobileAnalyticsConfiguration Class Reference