Flutter
dart:jni
JniObject
callIntMethod
callIntMethod
Flutter
dart:jni
JniObject
callIntMethod
method
callIntMethod
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
int
callIntMethod
(
int
methodId
,
List
args
)
Source
int callIntMethod(int methodId, List args) native 'JniObject_CallIntMethod';