PccEgressException.SensitiveCategoryInfo(Int64) Constructor
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.
Creates a new instance with the specified bitmask of applicable sensitive categories.
[Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=37)]
public SensitiveCategoryInfo(long categoriesBitmask);
[<Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=37)>]
new Android.App.PrivateCompute.PccEgressException.SensitiveCategoryInfo : int64 -> Android.App.PrivateCompute.PccEgressException.SensitiveCategoryInfo
Parameters
- categoriesBitmask
- Int64
The bitmask of detected sensitive categories.
- Attributes