public static interface DrmManagerClient.OnErrorListener
Modifier and Type | Method and Description |
---|---|
void |
onError(DrmManagerClient client,
DrmErrorEvent event)
Called when the DRM framework sends error information.
|
void onError(DrmManagerClient client, DrmErrorEvent event)
client
- The DrmManagerClient
instance.event
- The DrmErrorEvent
instance that wraps the error type and message.