AssistStructure.ViewNode.IdType Property

Definition

If #getId() is a resource identifier, this is the type name of that identifier.

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

Property Value

Attributes

Remarks

If #getId() is a resource identifier, this is the type name of that identifier. See android.view.ViewStructure#setId ViewStructure.setId for more information.

Java documentation for android.app.assist.AssistStructure.ViewNode.getIdType().

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