public static interface DrmManagerClient.OnErrorListener
android.drm.DrmManagerClient.OnErrorListener |
Interface definition for a callback that receives information about DRM framework errors.
Public methods |
|
---|---|
abstract void |
onError(DrmManagerClient client, DrmErrorEvent event) Called when the DRM framework sends error information. |
void onError (DrmManagerClient client, DrmErrorEvent event)
Called when the DRM framework sends error information.
Parameters | |
---|---|
client |
DrmManagerClient : The DrmManagerClient instance. |
event |
DrmErrorEvent : The DrmErrorEvent instance that wraps the error type and message. |