-
public class State
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classState.SetupWe are connected to store, we can make purchases, do restoration or get list of products
public classState.NotAvailableStore is not available on this device
public classState.DisconnectedDisconnected from store, must reconnect to make a purchase
public classState.EmptyCurrently empty, might happen when user returns to purchase page
public final classState.PurchaseDeferredPurchase from store was successful but server was not able to validate it after a specified time The server will continue to try to validate the purchase
public final classState.ErrorAn unexpected error occured
public classState.AlreadyPurchasedPurchase of plan was already made by user, a restoration is needed to allocate purchase to user
public classState.ItemNotOwnedPurchase of made but could not be found by Google, a restoration is necessary
public final classState.ConsumedErrorpublic final classState.RestorationFailedRestoration of purchases failed
public classState.PurchaseFailedPurchase of plan failed
public final classState.RestorationNoProductsNo products to restore
public final classState.PurchaseCompletePurchase of plan is complete
public final classState.RestorationCompleteRestoration of plan is complete
public final classState.ValidatePurchaseValidate a purchase with server
Handled internally by Purchasely SDK
public final classState.RestorePurchasesProducts to restore has been found from store
Handled internally by Purchasely SDK
public classState.RestoreStartedpublic final classState.SynchronizePurchasesProducts to synchronize with back-end
Handled internally by Purchasely SDK
-