Android.Drm.DrmInfo: Method Members

The methods of Android.Drm.DrmInfo are listed below. For a list of all members, see the DrmInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

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