AndroidJavaObject является Unity-представлением родового экземпляра java.lang.Object.
It can be used as type-less interface to an instance of any Java class. Note: this API can be used from custom thread, but requires that thread to be attached to JVM first, see AndroidJNI.AttachCurrentThread.
AndroidJavaObject | Создать AndroidJavaObject на основе имени класса. |
Call | Вызов не-статического Java-метода в объекте. |
CallStatic | Вызов статического Java-метода в классе. |
Dispose | IDisposable callback. |
Get | Получить значение не-статического поля в объекте. |
GetRawClass | Retrieves the raw jclass pointer to the Java class.Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. |
GetRawObject | Retrieves the raw jobject pointer to the Java object.Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. |
GetStatic | Получить значение статического поля в объекте. |
Set | Установить значение не-статического поля в объекте. |
SetStatic | Установить значение статического поля в объекте. |