Android.Drm.DrmEvent Members

The members of Android.Drm.DrmEvent are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Creates a DrmEvent object with the specified parameters.
Documentation for this section has not yet been entered.

Public Fields

const
DrmInfoObjectstring. The key that is used in the attributes HashMap to pass the Android.Drm.DrmInfo object.
const
DrmInfoStatusObjectstring. The key that is used in the attributes HashMap to pass the return status.
const
TypeAllRightsRemovedDrmEventType (1001). All of the rights information associated with all DRM schemes have been successfully removed.
const
TypeDrmInfoProcessedDrmEventType (1002). The given DRM information has been successfully processed.

Public Properties

[read-only]
Messagestring. Retrieves the message description associated with this object.
[read-only]
TypeDrmEventType. Retrieves the type of information that is associated with this object.
[read-only]
UniqueIdint. Retrieves the unique session identifier associated with this object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetAttribute(string) : Java.Lang.Object
Retrieves the attribute associated with the specified key.