SMPClientListeners.ISMPUserRegistrationListener.State enum

Enum to represent the status of Asynchronous Registration call.

Members

All members of State, including inherited members.

Variables
Modifier and Type Variable Description
public SUCCESS  
public FAILURE  

Example 1

if(ISMPUserRegistrationListener.State.SUCCESS == registrationState){
Log.i("SMP","RegistrationState: Success");
}