Android.Content.Intent.Categories Property
Return the set of all categories in the intent.

Syntax

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

See Also

Intent.HasCategory(string)
Intent.AddCategory(string)

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1