Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

MediaDrm.OnEventListener

android.media.MediaDrm.OnEventListener

Class Overview

Interface definition for a callback to be invoked when a drm event occurs

Summary

Public Methods
abstract void onEvent ( MediaDrm md, byte[] sessionId, int event, int extra, byte[] data)
Called when an event occurs that requires the app to be notified

Public Methods

public abstract void onEvent ( MediaDrm md, byte[] sessionId, int event, int extra, byte[] data)

Called when an event occurs that requires the app to be notified

Parameters
md the MediaDrm object on which the event occurred
sessionId the DRM session ID on which the event occurred
event indicates the event type
extra an secondary error code
data optional byte array of data that may be associated with the event