DrmUtils.ExtendedMetadataParser.KeyIterator Method

Definition

Caution

deprecated

This method returns an iterator object that can be used to iterate over all keys of the metadata.

[Android.Runtime.Register("keyIterator", "()Ljava/util/Iterator;", "GetKeyIteratorHandler")]
[System.Obsolete("deprecated")]
public virtual Java.Util.IIterator? KeyIterator ();
[<Android.Runtime.Register("keyIterator", "()Ljava/util/Iterator;", "GetKeyIteratorHandler")>]
[<System.Obsolete("deprecated")>]
abstract member KeyIterator : unit -> Java.Util.IIterator
override this.KeyIterator : unit -> Java.Util.IIterator

Returns

IIterator
Attributes

Remarks

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