UsageEvents.Event.ClassName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.