signature
The JNI method signature string that represents the parameters and return type of the Java method.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public string signature
Remarks
For example, the signature indicates that the method takes an integer parameter () and returns void ().
(I)VIV