Interface for listening to Adapty SDK events.
More...
Interface for listening to Adapty SDK events.
Implement this interface to receive notifications about profile updates and installation details. Use Adapty.SetEventListener(AdaptyEventListener) to register your listener.
◆ OnInstallationDetailsFail()
| void AdaptySDK.AdaptyEventListener.OnInstallationDetailsFail |
( |
AdaptyError | error | ) |
|
Called when installation details retrieval fails.
- Parameters
-
◆ OnInstallationDetailsSuccess()
Called when installation details are successfully retrieved.
- Parameters
-
◆ OnLoadLatestProfile()
| void AdaptySDK.AdaptyEventListener.OnLoadLatestProfile |
( |
AdaptyProfile | profile | ) |
|
Called when the latest profile is loaded.
- Parameters
-
The documentation for this interface was generated from the following file: