UnregisterNatives(IntPtr)
Unregisters native methods of a class. The class goes back to the state before it was linked or registered with its native method functions.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static int UnregisterNatives(IntPtr clazz)
Parameters
Returns
Type | Description |
|---|---|
| int | Zero on success, negative value on error. Falsely succeeds in Editor. |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)