Share via


DrmManagerClient.IOnInfoListener.OnInfo Method

Definition

Called when the DRM framework sends status or warning information during registration and rights acquisition.

[Android.Runtime.Register("onInfo", "(Landroid/drm/DrmManagerClient;Landroid/drm/DrmInfoEvent;)V", "GetOnInfo_Landroid_drm_DrmManagerClient_Landroid_drm_DrmInfoEvent_Handler:Android.Drm.DrmManagerClient/IOnInfoListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnInfo (Android.Drm.DrmManagerClient? client, Android.Drm.DrmInfoEvent? e);
[<Android.Runtime.Register("onInfo", "(Landroid/drm/DrmManagerClient;Landroid/drm/DrmInfoEvent;)V", "GetOnInfo_Landroid_drm_DrmManagerClient_Landroid_drm_DrmInfoEvent_Handler:Android.Drm.DrmManagerClient/IOnInfoListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnInfo : Android.Drm.DrmManagerClient * Android.Drm.DrmInfoEvent -> unit

Parameters

client
DrmManagerClient

The DrmManagerClient instance.

e
DrmInfoEvent

The DrmInfoEvent instance that wraps the status information or warnings.

Attributes

Remarks

Called when the DRM framework sends status or warning information during registration and rights acquisition.

Java documentation for android.drm.DrmManagerClient.OnInfoListener.onInfo(android.drm.DrmManagerClient, android.drm.DrmInfoEvent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to