Interface RegistrationCallback


public interface RegistrationCallback
Interface for Registration Callback for Success and Error.
Since:
5.3.0
  • Method Details

    • onRegistrationResponse

      void onRegistrationResponse(@NonNull RegistrationResponse registrationResponse)
      Callback method when registration is successful.
      Parameters:
      registrationResponse - return the RegistrationResponse.
    • onError

      void onError(@NonNull FastTrackException exception)
      Callback method when registration failed.
      Parameters:
      exception - return the FastTrackException.