IntentFilter.HasCategory(String) Method

Definition

Is the given category included in the filter?

[Android.Runtime.Register("hasCategory", "(Ljava/lang/String;)Z", "")]
public bool HasCategory (string? category);
[<Android.Runtime.Register("hasCategory", "(Ljava/lang/String;)Z", "")>]
member this.HasCategory : string -> bool

Parameters

category
String

The category that the filter supports.

Returns

Boolean

True if the category is explicitly mentioned in the filter.

Attributes

Remarks

Java documentation for android.content.IntentFilter.hasCategory(java.lang.String).

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