Flutter
dart:jni
JniObject
setIntField
setIntField
Flutter
dart:jni
JniObject
setIntField
method
setIntField
Source
Flutter
dart:jni
JniObject
Constructors
JniObject
Properties
hashCode
runtimeType
Operators
operator ==
Methods
callBooleanMethod
callByteMethod
callCharMethod
callDoubleMethod
callFloatMethod
callIntMethod
callLongMethod
callObjectMethod
callShortMethod
callVoidMethod
getBooleanField
getByteField
getCharField
getDoubleField
getFloatField
getIntField
getLongField
getObjectClass
getObjectField
getShortField
setBooleanField
setByteField
setCharField
setDoubleField
setFloatField
setIntField
setLongField
setObjectField
setShortField
noSuchMethod
toString
void
setIntField
(
int
fieldId
,
int
value
)
Source
void setIntField(int fieldId, int value) native 'JniObject_SetIntField';