callStaticMethod method

JniResult callStaticMethod(
  1. JClassPtr cls,
  2. JMethodIDPtr methodID,
  3. int callType,
  4. Pointer<JValue> args,
)

Implementation

JniResult callStaticMethod(JClassPtr cls, JMethodIDPtr methodID, int callType,
        ffi.Pointer<JValue> args) =>
    _callStaticMethod(cls, methodID, callType, args);