Intent.Categories Property

Definition

Return the set of all categories in the intent.

public virtual System.Collections.Generic.ICollection<string>? Categories { [Android.Runtime.Register("getCategories", "()Ljava/util/Set;", "GetGetCategoriesHandler")] get; }
[<get: Android.Runtime.Register("getCategories", "()Ljava/util/Set;", "GetGetCategoriesHandler")>]
member this.Categories : System.Collections.Generic.ICollection<string>

Property Value

The set of categories you can examine. Do not modify!

Attributes

Remarks

Return the set of all categories in the intent. If there are no categories, returns NULL.

Java documentation for android.content.Intent.getCategories().

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

See also