Intent.Categories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.