Android
public class Ambient(
public val isBurnInProtectionRequired: Boolean,
public val isLowBitAmbientSupported: Boolean,
) : AmbientMode()
Represents that device is in the ambient mode. In this mode, the app is typically updated at infrequent intervals (e.g., once per minute).