Android.OS.UserManager.UserName Property
Returns the user name of the user making this call.

Syntax

[get: Android.Runtime.Register("getUserName", "()Ljava/lang/String;", "GetGetUserNameHandler")]
public virtual string UserName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the user name of the user making this call. This call is only available to applications on the system image; it requires the MANAGE_USERS permission.

[Android Documentation]

Requirements

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