Since: API Level 11
public static interface

DrmManagerClient.OnEventListener

android.drm.DrmManagerClient.OnEventListener

Class Overview

Interface definition of a callback to be invoked to communicate the result of time consuming APIs asynchronously

Summary

Public Methods
abstract void onEvent(DrmManagerClient client, DrmEvent event, HashMap<StringObject> attributes)
Called to indicate the result of asynchronous APIs.

Public Methods

public abstract void onEvent (DrmManagerClient client, DrmEvent event, HashMap<StringObject> attributes)

Since: API Level 11

Called to indicate the result of asynchronous APIs.

Parameters
client DrmManagerClient instance
event instance which wraps type and message
attributes resultant values in key and value pair.