IntentFilter.CategoriesIterator Method

Definition

Return an iterator over the filter's categories.

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

Returns

Iterator if this filter has categories or null if none.

Attributes

Remarks

Return an iterator over the filter's categories.

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

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