-
public final class State.RestorePurchases extends State
Products to restore has been found from store
Handled internally by Purchasely SDK
-
-
Constructor Summary
Constructors Constructor Description State.RestorePurchases(List<PLYPurchaseReceipt> list, Boolean isSilent)
-
Method Summary
Modifier and Type Method Description final List<PLYPurchaseReceipt>getList()final BooleangetIsSilent()final PLYErrorgetError()final UnitsetError(PLYError error)-
-
Constructor Detail
-
State.RestorePurchases
State.RestorePurchases(List<PLYPurchaseReceipt> list, Boolean isSilent)
-
-
Method Detail
-
getList
final List<PLYPurchaseReceipt> getList()
-
getIsSilent
final Boolean getIsSilent()
-
-
-
-