MobileAnalyticsClient Class

(QtAws::MobileAnalytics::MobileAnalyticsClient)

The MobileAnalyticsClient class provides access to the Amazon Mobile Analytics service. More...

Header: #include <MobileAnalyticsClient>
Inherits: QtAws::Core::AwsAbstractClient

Public Functions

MobileAnalyticsClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
MobileAnalyticsClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Public Slots

PutEventsResponse *putEvents(const PutEventsRequest &request)

Additional Inherited Members

Detailed Description

The MobileAnalyticsClient class provides access to the Amazon Mobile Analytics service.

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

Member Function Documentation

MobileAnalyticsClient::MobileAnalyticsClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Constructs a MobileAnalyticsClient object.

The new client object will region, credentials, and manager for network operations.

The new object will be owned by parent, if set.

MobileAnalyticsClient::MobileAnalyticsClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

This function overloads MobileAnalyticsClient().

This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).

See also QtAws::Core::AwsEndpoint::getEndpoint.

[slot] PutEventsResponse *MobileAnalyticsClient::putEvents(const PutEventsRequest &request)

Sends request to the MobileAnalyticsClient service, and returns a pointer to an PutEventsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

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

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.