Language

PccEgressException.SensitiveCategoryInfo.IsCategoryDetected(Int64) Method

Definition

Checks whether the specified sensitive category flag is present in the detected categories.

[Android.Runtime.Register("isCategoryDetected", "(J)Z", "", ApiSince=37)]
public bool IsCategoryDetected(long category);
[<Android.Runtime.Register("isCategoryDetected", "(J)Z", "", ApiSince=37)>]
member this.IsCategoryDetected : int64 -> bool

Parameters

category
Int64

The category flag to check (e.g., #FLAG_CATEGORY_HEALTH).

Returns

true if the category is applicable, false otherwise.

Attributes

Applies to