Partager via


ControlsProviderService.ControlsSurfaceDream Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Controls.ControlsSurface enum directly instead of this field.

Controls are being shown as a dream, while the device is idle.

[Android.Runtime.Register("CONTROLS_SURFACE_DREAM", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.ControlsSurface enum directly instead of this field.", true)]
public const Android.Service.Controls.ControlsSurface ControlsSurfaceDream = 1;
[<Android.Runtime.Register("CONTROLS_SURFACE_DREAM", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.ControlsSurface enum directly instead of this field.", true)>]
val mutable ControlsSurfaceDream : Android.Service.Controls.ControlsSurface

Field Value

Value = 1
Attributes

Remarks

Controls are being shown as a dream, while the device is idle.

Java documentation for android.service.controls.ControlsProviderService.CONTROLS_SURFACE_DREAM.

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