CallBooleanMethodUnsafe(nint, nint, jvalue*)
Calls a Java instance method defined by \<tt\>methodID\</tt\>, optionally passing an array of arguments (\<tt\>args\</tt\>) to the method.
Read time 1 minuteLast updated 11 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
CallBooleanMethodUnsafe(IntPtr, IntPtr, jvalue*)
public static bool CallBooleanMethodUnsafe(nint obj, nint methodID, jvalue* args)
Parameters
Returns
Type | Description |
|---|---|
| bool |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)