IntentFilter.PathsIterator Method

Definition

Return an iterator over the filter's data paths.

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

Returns

IIterator
Attributes

Remarks

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

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