Interface OnlineActivationCallback

All Superinterfaces:
ActivationCallback

public interface OnlineActivationCallback extends ActivationCallback
The OnlineActivationCallback interface defines the methods that must be implemented in order to receive callbacks during the online activation process.
  • Method Details

    • onActivationStepComplete

      void onActivationStepComplete(String command)
      Called upon activation step success, the provided command must be sent to the server.
      Parameters:
      command - the command to be sent to the server