Android.Content.Intent.ActionDockEvent Field
Broadcast Action: A sticky broadcast for changes in the physical docking state of the device.

Syntax

[Android.Runtime.Register("ACTION_DOCK_EVENT")]
public const string ActionDockEvent

Remarks

Broadcast Action: A sticky broadcast for changes in the physical docking state of the device.

The intent will have the following extra values:

This is intended for monitoring the current physical dock state. See Android.App.UiModeManager for the normal API dealing with dock mode changes.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5