-
public interface BillingListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSetup()Called when the billing client is ready to be used abstract UnitonBillingNotAvailable(PLYError error)Called when the billing client is not available abstract UnitonDisconnected()Called when the billing client is disconnected -
-
Method Detail
-
onBillingNotAvailable
abstract Unit onBillingNotAvailable(PLYError error)
Called when the billing client is not available
-
onDisconnected
abstract Unit onDisconnected()
Called when the billing client is disconnected
-
-
-
-