Android.Drm.DrmInfoRequest Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a DrmInfoRequest object with type and MIME type.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
AccountIdstring. Key that is used to pass the unique session ID for the account or the user.
const
SubscriptionIdstring. Key that is used to pass the unique session ID for the subscription.

Public Properties

[read-only]
InfoTypeDrmInfoRequestType. Retrieves the information type associated with this object.
[read-only]
MimeTypestring. Retrieves the MIME type 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

Get(string) : Java.Lang.Object
Retrieves the value of a given key.
Iterator() : Java.Util.IIterator
Retrieves an iterator object that you can use to iterate over the values associated with this DrmInfoRequest object.
KeyIterator() : Java.Util.IIterator
Retrieves an iterator object that you can use to iterate over the keys associated with this DrmInfoRequest object.
Put(string, Java.Lang.Object)
Adds optional information as key-value pairs to this object.