Android.App.Activity.LocalClassName Property
Returns class name for this activity with the package prefix removed.

Syntax

[get: Android.Runtime.Register("getLocalClassName", "()Ljava/lang/String;", "GetGetLocalClassNameHandler")]
public virtual string LocalClassName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns class name for this activity with the package prefix removed. This is the default name used to read and write settings.

[Android Documentation]

Requirements

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