AssistStructure.ViewNode.ClassName Property

Definition

Returns the class name of the node's implementation, indicating its behavior.

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

Property Value

Attributes

Remarks

Returns the class name of the node's implementation, indicating its behavior. For example, a button will report "android.widget.Button" meaning it behaves like a android.widget.Button.

Java documentation for android.app.assist.AssistStructure.ViewNode.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