Android.App.UiModeManager.ActionEnterDeskMode Property
Broadcast sent when the device's UI has switched to desk mode, by being placed in a desk dock.

Syntax

[Android.Runtime.Register("ACTION_ENTER_DESK_MODE")]
public static string ActionEnterDeskMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Broadcast sent when the device's UI has switched to desk mode, by being placed in a desk dock. After sending the broadcast, the system will start the intent Android.Content.Intent.ActionMain with category Android.Content.Intent.CategoryDeskDock to display the desk UI, which typically what an application would implement to provide their own interface. However, applications can also monitor this Intent in order to be informed of mode changes or prevent the normal desk UI from being displayed by setting the result of the broadcast to Activity.RESULT_CANCELED.

[Android Documentation]

Requirements

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