CallByteMethod method

int CallByteMethod(
  1. JObjectPtr obj,
  2. JMethodIDPtr methodID
)

Implementation

int CallByteMethod(JObjectPtr obj, JMethodIDPtr methodID) =>
    _CallByteMethod(obj, methodID).byte;