Share via


IntProperty.SetValue(Object, Int32) Method

Definition

A type-specific variant of #set(Object, Integer) that is faster when dealing with fields of type int.

[Android.Runtime.Register("setValue", "(Ljava/lang/Object;I)V", "GetSetValue_Ljava_lang_Object_IHandler", ApiSince=24)]
public abstract void SetValue (Java.Lang.Object? object, int value);
[<Android.Runtime.Register("setValue", "(Ljava/lang/Object;I)V", "GetSetValue_Ljava_lang_Object_IHandler", ApiSince=24)>]
abstract member SetValue : Java.Lang.Object * int -> unit

Parameters

object
Object
value
Int32
Attributes

Remarks

A type-specific variant of #set(Object, Integer) that is faster when dealing with fields of type int.

Java documentation for android.util.IntProperty.setValue(T, int).

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