Läs på engelska

Dela via


Intent.ExtraDockState Field

Definition

Used as an int extra field in android.content.Intent#ACTION_DOCK_EVENT intents to request the dock state.

C#
[Android.Runtime.Register("EXTRA_DOCK_STATE")]
public const string ExtraDockState;

Field Value

Implements

Attributes

Remarks

Used as an int extra field in android.content.Intent#ACTION_DOCK_EVENT intents to request the dock state. Possible values are android.content.Intent#EXTRA_DOCK_STATE_UNDOCKED, android.content.Intent#EXTRA_DOCK_STATE_DESK, or android.content.Intent#EXTRA_DOCK_STATE_CAR, or android.content.Intent#EXTRA_DOCK_STATE_LE_DESK, or android.content.Intent#EXTRA_DOCK_STATE_HE_DESK.

Java documentation for android.content.Intent.EXTRA_DOCK_STATE.

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

Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35