Package 

Interface BillingListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSetup() Called when the billing client is ready to be used
      abstract Unit onBillingNotAvailable(PLYError error) Called when the billing client is not available
      abstract Unit onDisconnected() Called when the billing client is disconnected
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSetup

         abstract Unit onSetup()

        Called when the billing client is ready to be used

      • 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