Interface RegistrationCallback
public interface RegistrationCallback
Interface for Registration Callback for Success and Error.
- Since:
- 5.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(FastTrackException exception) Callback method when registration failed.voidonRegistrationResponse(RegistrationResponse registrationResponse) Callback method when registration is successful.
-
Method Details
-
onRegistrationResponse
Callback method when registration is successful.- Parameters:
registrationResponse- return the RegistrationResponse.
-
onError
Callback method when registration failed.- Parameters:
exception- return theFastTrackException.
-