Android.Content.Intent.ActionUserForeground Field
Sent when a user switch is happening, causing the process's user to be brought to the foreground.

Syntax

[Android.Runtime.Register("ACTION_USER_FOREGROUND")]
public const string ActionUserForeground

Remarks

Sent when a user switch is happening, causing the process's user to be brought to the foreground. This is only sent to receivers registered through Context.RegisterReceiver(BroadcastReceiver, Android.Content.IntentFilter). It is sent to the user that is going to the foreground. This is sent as a foreground broadcast, since it is part of a visible user interaction; be as quick as possible when handling it.

[Android Documentation]

Requirements

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