The members of Android.Drm.DrmInfoRequest are listed below.
See Also: Inherited members from Java.Lang.Object
| Creates a DrmInfoRequest object with type and MIME type. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | AccountId | string. Key that is used to pass the unique session ID for the account or the user. |
const | SubscriptionId | string. Key that is used to pass the unique session ID for the subscription. |
| [read-only] | InfoType | DrmInfoRequestType. Retrieves the information type associated with this object. |
| [read-only] | MimeType | string. Retrieves the MIME type associated with this object. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Get(string)Retrieves the value of a given key. | ||
Iterator()Retrieves an iterator object that you can use to iterate over the values associated with this DrmInfoRequest object. | ||
KeyIterator()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. | ||