public interface OobSetNotificationProfileCallback
OobNotificationManager.setNotificationProfiles(List, OobSetNotificationProfileCallback)
 to asynchronously return the result of the method call to the UI thread.| Modifier and Type | Method and Description | 
|---|---|
void | 
onSetNotificationProfileResult(OobResponse response)
Called when the set notification profile request finishes. 
 | 
void onSetNotificationProfileResult(OobResponse response)
OobNotificationManager.setNotificationProfiles(List, OobSetNotificationProfileCallback)
 has returned.response - The result of the request.