UsageEvents.Event.ClassName Property

Definition

The class name of the source of this event.

public string? ClassName { [Android.Runtime.Register("getClassName", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getClassName", "()Ljava/lang/String;", "")>]
member this.ClassName : string

Property Value

Attributes

Remarks

The class name of the source of this event. This may be null for certain events.

Java documentation for android.app.usage.UsageEvents.Event.getClassName().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to