What the SDK knows about this installation of the app.
More...
|
| 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.
|
|
| 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.
|
What the SDK knows about this installation of the app.
◆ AdaptyInstallationDetails()
| AdaptySDK.AdaptyInstallationDetails.AdaptyInstallationDetails |
( |
| ) |
|
|
private |
◆ 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.
◆ 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: