IntentFilter.AuthoritiesIterator Method

Definition

Return an iterator over the filter's data authorities.

[Android.Runtime.Register("authoritiesIterator", "()Ljava/util/Iterator;", "")]
public Java.Util.IIterator? AuthoritiesIterator ();
[<Android.Runtime.Register("authoritiesIterator", "()Ljava/util/Iterator;", "")>]
member this.AuthoritiesIterator : unit -> Java.Util.IIterator

Returns

Attributes

Remarks

Return an iterator over the filter's data authorities.

Java documentation for android.content.IntentFilter.authoritiesIterator().

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