View Source GoogleApi.AndroidManagement.V1.Model.ScreenBrightnessSettings (google_api_android_management v0.54.0)

Controls for the screen brightness settings.

Attributes

  • screenBrightness (type: integer(), default: nil) - Optional. The screen brightness between 1 and 255 where 1 is the lowest and 255 is the highest brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected. screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9.
  • screenBrightnessMode (type: String.t, default: nil) - Optional. Controls the screen brightness mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ScreenBrightnessSettings{
  screenBrightness: integer() | nil,
  screenBrightnessMode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.