AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class.
AndroidJavaClass | Construct an AndroidJavaClass from the class name. |
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 | Установить значение статического поля в объекте. |