AWSMobileAnalyticsOptions Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | AWSMobileAnalyticsOptions.h |
Overview
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.
allowEventCollection
required method
Indicates whether or not event collection is enabled for the SDK.
@property (nonatomic, readonly) BOOL allowEventCollection
Return Value
YES/NO indicating if event collection is enabled
Declared In
AWSMobileAnalyticsOptions.h
allowWANDelivery
required method
Indicates whether or not events will be sent to Mobile Analytics website over WAN (mobile) networks.
@property (nonatomic, readonly) BOOL allowWANDelivery
Return Value
YES indicates events will be delivered via WAN or WIFI networks. NO indicates events will be delivered via WIFI network only.
Declared In
AWSMobileAnalyticsOptions.h