Android.Content.Intent.ActionUserPresent Field
Broadcast Action: Sent when the user is present after device wakes up (e.g when the keyguard is gone).

Syntax

[Android.Runtime.Register("ACTION_USER_PRESENT")]
public const string ActionUserPresent

Remarks

Broadcast Action: Sent when the user is present after device wakes up (e.g when the keyguard is gone).

This is a protected intent that can only be sent by the system.

[Android Documentation]

Requirements

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