AnalyticsAppIDs

data class AnalyticsAppIDs(val appInstallerID: String, val appID: String)

Represents application identifiers for analytics in the purchase flow.

Parameters

appInstallerID

The ID of the app installer.

appID

The unique ID of the application.

Constructors

Link copied to clipboard
constructor(appInstallerID: String, appID: String)

Properties

Link copied to clipboard
Link copied to clipboard