ViewDebug.ExportedProperty.ResolveId Method

Definition

When resolveId is true, and if the annotated field/method return value is an int, the value is converted to an Android's resource name.

[Android.Runtime.Register("resolveId", "()Z", "GetResolveIdHandler")]
public abstract bool ResolveId ();
[<Android.Runtime.Register("resolveId", "()Z", "GetResolveIdHandler")>]
abstract member ResolveId : unit -> bool

Returns

true if the property's value must be transformed into an Android resource name, false otherwise

Attributes

Remarks

When resolveId is true, and if the annotated field/method return value is an int, the value is converted to an Android's resource name.

Java documentation for android.view.ViewDebug.ExportedProperty.resolveId().

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