AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Implementation for accessing MobileAnalytics

Amazon Mobile Analytics is a service for collecting, visualizing, and understanding app usage data at scale.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonServiceClient
    Amazon.MobileAnalytics.AmazonMobileAnalyticsClient

Namespace: Amazon.MobileAnalytics
Assembly: AWSSDK.MobileAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class AmazonMobileAnalyticsClient : AmazonServiceClient
         IAmazonMobileAnalytics, IAmazonService, IDisposable

The AmazonMobileAnalyticsClient type exposes the following members

Constructors

NameDescription
Public Method AmazonMobileAnalyticsClient()

Constructs AmazonMobileAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonMobileAnalyticsClient(RegionEndpoint)

Constructs AmazonMobileAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonMobileAnalyticsClient(AmazonMobileAnalyticsConfig)

Constructs AmazonMobileAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonMobileAnalyticsClient(AWSCredentials)

Constructs AmazonMobileAnalyticsClient with AWS Credentials

Public Method AmazonMobileAnalyticsClient(AWSCredentials, RegionEndpoint)

Constructs AmazonMobileAnalyticsClient with AWS Credentials

Public Method AmazonMobileAnalyticsClient(AWSCredentials, AmazonMobileAnalyticsConfig)

Constructs AmazonMobileAnalyticsClient with AWS Credentials and an AmazonMobileAnalyticsClient Configuration object.

Public Method AmazonMobileAnalyticsClient(string, string)

Constructs AmazonMobileAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonMobileAnalyticsClient(string, string, RegionEndpoint)

Constructs AmazonMobileAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonMobileAnalyticsClient(string, string, AmazonMobileAnalyticsConfig)

Constructs AmazonMobileAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonMobileAnalyticsClient Configuration object.

Public Method AmazonMobileAnalyticsClient(string, string, string)

Constructs AmazonMobileAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonMobileAnalyticsClient(string, string, string, RegionEndpoint)

Constructs AmazonMobileAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonMobileAnalyticsClient(string, string, string, AmazonMobileAnalyticsConfig)

Constructs AmazonMobileAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonMobileAnalyticsClient Configuration object.

Properties

NameTypeDescription
Public Property Config Amazon.Runtime.IClientConfig Inherited from Amazon.Runtime.AmazonServiceClient.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method Dispose() Inherited from Amazon.Runtime.AmazonServiceClient.
Public Method PutEvents(PutEventsRequest)

The PutEvents operation records one or more events. You can have up to 1,500 unique custom events per app, any combination of up to 40 attributes and metrics per custom event, and any number of attribute or metric values.

Public Method PutEventsAsync(PutEventsRequest, CancellationToken)

The PutEvents operation records one or more events. You can have up to 1,500 unique custom events per app, any combination of up to 40 attributes and metrics per custom event, and any number of attribute or metric values.

Events

NameDescription
Event AfterResponseEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event BeforeRequestEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event ExceptionEvent Inherited from Amazon.Runtime.AmazonServiceClient.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5