to top
Android APIs
Added in API level 11
public static interface

DrmManagerClient.OnErrorListener

android.drm.DrmManagerClient.OnErrorListener

Class Overview

Interface definition for a callback that receives information about DRM framework errors.

Summary

Public Methods

? Examples
abstract void onError( DrmManagerClient client, DrmErrorEvent event)
Called when the DRM framework sends error information.

Public Methods

public abstract void onError (DrmManagerClient client, DrmErrorEvent event)

Added in API level 11

Called when the DRM framework sends error information.

Parameters
client The DrmManagerClient instance.
event The DrmErrorEvent instance that wraps the error type and message.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.