Enum to represent the status of Asynchronous Registration call.
All members of State, including inherited members.
Variables| Modifier and Type | Variable | Description |
|---|---|---|
| public | SUCCESS | |
| public | FAILURE |
if(ISMPUserRegistrationListener.State.SUCCESS == registrationState){
Log.i("SMP","RegistrationState: Success");
}