Interface ActivationCallback

  • All Known Subinterfaces:
    OnlineActivationCallback

    public interface ActivationCallback
    The ActivationCallback interface defines the minimal methods that must be implemented in order to receive callbacks during the activation process.
    • Method Detail

      • onActivationSuccess

        void onActivationSuccess()
        Called upon activation process success.
      • onActivationInputError

        void onActivationInputError​(OnlineActivationInputError error)
        Called upon activation process error due to bad user input.
      • onActivationAborted

        void onActivationAborted()
        Called upon activation process abortion.