PccEgressException.SensitiveCategoryInfo.IsCategoryDetected(Int64) Method
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.
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