AWSMobileAnalyticsOptions
Objective-C
@protocol AWSMobileAnalyticsOptions <NSObject>
Swift
protocol AWSMobileAnalyticsOptions : NSObjectProtocol
The AWSMobileAnalyticsOptions protocol is implemented by all classes that can provide options such as enablement of event collection and allowance of event delivery on WAN within the SDK.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) BOOL allowEventCollectionSwift
var allowEventCollection: Bool { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) BOOL allowWANDeliverySwift
var allowWANDelivery: Bool { get }
View on GitHub
Install in Dash
AWSMobileAnalyticsOptions Protocol Reference