ContentSafetyManager.IsContentSafetyEnabled 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.
Returns whether content safety is currently enabled for the user.
public bool IsContentSafetyEnabled { [Android.Runtime.Register("isContentSafetyEnabled", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isContentSafetyEnabled", "()Z", "", ApiSince=37)>]
member this.IsContentSafetyEnabled : bool
Property Value
true if content safety is enabled for the user, false otherwise
- Attributes