Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CallByteMethod(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 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

CallByteMethod(IntPtr, IntPtr, jvalue[])

Warning
Deprecated. AndroidJNI.CallByteMethod is obsolete. Use AndroidJNI.CallSByteMethod method instead
public static byte CallByteMethod(nint obj, nint methodID, jvalue[] args)

Parameters


methodID


args

jvalue[]

Returns

Type

Description

byte

Remarks