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