Intent.ExtraDockState Field

Definition

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

[Android.Runtime.Register("EXTRA_DOCK_STATE")]
public const string ExtraDockState;
[<Android.Runtime.Register("EXTRA_DOCK_STATE")>]
val mutable ExtraDockState : string

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