Android.Content.Intent.ActionUserBackground Field
Sent when a user switch is happening, causing the process's user to be sent to the background.

Syntax

[Android.Runtime.Register("ACTION_USER_BACKGROUND")]
public const string ActionUserBackground

Remarks

Sent when a user switch is happening, causing the process's user to be sent to the background. 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 background. 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