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

What Adapty.GetCurrentInstallationStatus(System.Action<AdaptySDK.AdaptyInstallationStatus, AdaptySDK.AdaptyError>) reports: how much is known about this installation, and the details when they are. 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 AdaptyInstallationStatusType Status
 How much is known. Details is set when this is AdaptyInstallationStatusType.Determined.

Properties

AdaptyInstallationDetails Details [get, private set]
 The installation, present when Status is AdaptyInstallationStatusType.Determined and null otherwise.

Private Member Functions

 AdaptyInstallationStatus ()
void OnDeserialized (StreamingContext context)

Detailed Description

What Adapty.GetCurrentInstallationStatus(System.Action<AdaptySDK.AdaptyInstallationStatus, AdaptySDK.AdaptyError>) reports: how much is known about this installation, and the details when they are.

Constructor & Destructor Documentation

◆ AdaptyInstallationStatus()

AdaptySDK.AdaptyInstallationStatus.AdaptyInstallationStatus ( )
private

Member Function Documentation

◆ OnDeserialized()

void AdaptySDK.AdaptyInstallationStatus.OnDeserialized ( StreamingContext context)
private

◆ ToString()

override string AdaptySDK.AdaptyInstallationStatus.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

◆ Status

readonly AdaptyInstallationStatusType AdaptySDK.AdaptyInstallationStatus.Status

How much is known. Details is set when this is AdaptyInstallationStatusType.Determined.

Property Documentation

◆ Details

AdaptyInstallationDetails AdaptySDK.AdaptyInstallationStatus.Details
getprivate set

The installation, present when Status is AdaptyInstallationStatusType.Determined and null otherwise.


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