public interface OobRegistrationCallback
OobRegistrationManager.register(OobRegistrationRequest,
 OobRegistrationCallback) method.| Modifier and Type | Method and Description | 
|---|---|
void | 
onOobRegistrationResponse(OobRegistrationResponse response)
Be called as soon as the registration process completes. 
 | 
void onOobRegistrationResponse(OobRegistrationResponse response)
response - The OOB registration response object carrying the result of the operation and the additional data in case
         of success.