MediaQualityManager.AmbientBacklightEnabled Property

Definition

Returns true if ambient backlight is enabled; false otherwise. -or- Enables or disables the ambient backlight detection.

public bool AmbientBacklightEnabled { [Android.Runtime.Register("isAmbientBacklightEnabled", "()Z", "", ApiSince=36)] get; [Android.Runtime.Register("setAmbientBacklightEnabled", "(Z)V", "", ApiSince=36)] set; }
[<get: Android.Runtime.Register("isAmbientBacklightEnabled", "()Z", "", ApiSince=36)>]
[<set: Android.Runtime.Register("setAmbientBacklightEnabled", "(Z)V", "", ApiSince=36)>]
member this.AmbientBacklightEnabled : bool with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns true if ambient backlight is enabled; false otherwise.

Java documentation for android.media.quality.MediaQualityManager.isAmbientBacklightEnabled().

Property setter documentation:

Enables or disables the ambient backlight detection.

Java documentation for android.media.quality.MediaQualityManager.setAmbientBacklightEnabled(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to