public static interface DrmManagerClient.OnEventListener
Modifier and Type | Method and Description |
---|---|
void |
onEvent(DrmManagerClient client,
DrmEvent event)
Called when the DRM framework sends information about a DRM processing request.
|
void onEvent(DrmManagerClient client, DrmEvent event)
client
- The DrmManagerClient
instance.event
- The DrmEvent
instance that wraps the information being
conveyed, such as the information type and message.