ZenDeviceEffects.ShouldUseNightMode 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.
Whether night mode (aka dark theme) should be applied while the rule is active.
[Android.Runtime.Register("shouldUseNightMode", "()Z", "", ApiSince=35)]
public bool ShouldUseNightMode();
[<Android.Runtime.Register("shouldUseNightMode", "()Z", "", ApiSince=35)>]
member this.ShouldUseNightMode : unit -> bool
Returns
- Attributes