public class DefaultAnalyticsContext extends java.lang.Object implements AnalyticsContext
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration() |
DeliveryClient |
getDeliveryClient() |
AmazonMobileAnalyticsClient |
getERSClient() |
java.lang.String |
getNetworkType() |
SDKInfo |
getSDKInfo() |
System |
getSystem() |
Id |
getUniqueId() |
static AnalyticsContext |
newInstance(AmazonMobileAnalyticsClient ersClient,
android.content.Context context,
java.lang.String appId,
Regions region,
SDKInfo sdkInfo,
boolean allowWanDelivery) |
public static AnalyticsContext newInstance(AmazonMobileAnalyticsClient ersClient, android.content.Context context, java.lang.String appId, Regions region, SDKInfo sdkInfo, boolean allowWanDelivery)
public Configuration getConfiguration()
getConfiguration in interface AnalyticsContextpublic Id getUniqueId()
getUniqueId in interface AnalyticsContextpublic SDKInfo getSDKInfo()
getSDKInfo in interface AnalyticsContextpublic System getSystem()
getSystem in interface AnalyticsContextpublic DeliveryClient getDeliveryClient()
getDeliveryClient in interface AnalyticsContextpublic AmazonMobileAnalyticsClient getERSClient()
getERSClient in interface AnalyticsContextpublic java.lang.String getNetworkType()
getNetworkType in interface AnalyticsContext