public interface OobClearNotificationProfileCallback
OobNotificationManager.clearNotificationProfiles(OobClearNotificationProfileCallback)
 to asynchronously return the result of the method call to the UI thread.| Modifier and Type | Method and Description | 
|---|---|
void | 
onClearNotificationProfileResult(OobResponse response)
Called when the clear notification profile request finishes. 
 | 
void onClearNotificationProfileResult(OobResponse response)
OobNotificationManager.clearNotificationProfiles(OobClearNotificationProfileCallback)
 has returned.response - The result of the request.