AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyInstallationDetails Class Referencesealed

What the SDK knows about this installation of the app. More...

Public Member Functions

override string ToString ()
 A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Public Attributes

readonly string InstallId
 Adapty's identifier for this installation, from the registration it performs. Null when it has not been established.
readonly DateTime InstallTime
 When the app was installed, on the machine's clock — the wire carries UTC and the SDK converts.
readonly int AppLaunchCount
 How many times the app has been launched, counted by the SDK.
readonly string Payload
 The install payload the attribution provider passed through, as its own string. Null when there was none.

Private Member Functions

 AdaptyInstallationDetails ()

Detailed Description

What the SDK knows about this installation of the app.

Constructor & Destructor Documentation

◆ AdaptyInstallationDetails()

AdaptySDK.AdaptyInstallationDetails.AdaptyInstallationDetails ( )
private

Member Function Documentation

◆ ToString()

override string AdaptySDK.AdaptyInstallationDetails.ToString ( )

A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Member Data Documentation

◆ AppLaunchCount

readonly int AdaptySDK.AdaptyInstallationDetails.AppLaunchCount

How many times the app has been launched, counted by the SDK.

◆ InstallId

readonly string AdaptySDK.AdaptyInstallationDetails.InstallId

Adapty's identifier for this installation, from the registration it performs. Null when it has not been established.

◆ InstallTime

readonly DateTime AdaptySDK.AdaptyInstallationDetails.InstallTime

When the app was installed, on the machine's clock — the wire carries UTC and the SDK converts.

◆ Payload

readonly string AdaptySDK.AdaptyInstallationDetails.Payload

The install payload the attribution provider passed through, as its own string. Null when there was none.


The documentation for this class was generated from the following file: