-
public interface OpenIapPurchaseErrorListenerListener for purchase errors
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPurchaseError(OpenIapError error)Called when a purchase error occurs -
-
Method Detail
-
onPurchaseError
abstract Unit onPurchaseError(OpenIapError error)
Called when a purchase error occurs
- Parameters:
error- The error that occurred
-
-
-
-