Enum to represent the status of Asynchronous Registration call.
All members of State, including inherited members.
if(ISMPUserRegistrationListener.State.SUCCESS == registrationState){ Log.i("SMP","RegistrationState: Success"); }