public interface OobGetNotificationProfileCallback
OobNotificationManager.getNotificationProfiles(OobGetNotificationProfileCallback) or
 OobNotificationManager.getNotificationProfiles(OobGetNotificationProfileCallback, OobRequestParameter)
 to asynchronously return the result of the method call to the UI thread.| Modifier and Type | Method and Description | 
|---|---|
void | 
onGetNotificationProfileResult(OobNotificationProfilesResponse response)
Called when the get notification profile request finishes. 
 | 
void onGetNotificationProfileResult(OobNotificationProfilesResponse response)
OobNotificationManager.getNotificationProfiles(OobGetNotificationProfileCallback)
 has returned.response - The result of the request. If successful, the response will
                 include the NotificationProfile as stored by the server.