global functions
- ofGetJNIEnv()
- ofGetJavaOFAndroid()
- ofGetJavaVMPtr()
- ofGetOFActivityObject()
- ofxAndroidAlertBox()
- ofxAndroidAlertListBox()
- ofxAndroidAlertTextBox()
- ofxAndroidCheckPermission()
- ofxAndroidCheckSDCardMounted()
- ofxAndroidDisableMulticast()
- ofxAndroidDismissProgressBox()
- ofxAndroidEnableMulticast()
- ofxAndroidEvents()
- ofxAndroidGetStringRes()
- ofxAndroidGetTextBoxResult()
- ofxAndroidIsMobileOnline()
- ofxAndroidIsOnline()
- ofxAndroidIsWifiOnline()
- ofxAndroidLaunchBrowser()
- ofxAndroidLockScreenSleep()
- ofxAndroidMonitorNetworkState()
- ofxAndroidNotifyLoadPercent()
- ofxAndroidOkCancelBox()
- ofxAndroidPauseApp()
- ofxAndroidProgressBox()
- ofxAndroidRandomUUID()
- ofxAndroidRequestPermission()
- ofxAndroidSetViewItemChecked()
- ofxAndroidToast()
- ofxAndroidUnlockScreenSleep()
- ofxAndroidYesNoBox()
- ofxJavaCallBoolMethod()
- ofxJavaCallFloatMethod()
- ofxJavaCallIntMethod()
- ofxJavaCallLongMethod()
- ofxJavaCallObjectMethod()
- ofxJavaCallStaticObjectMethod()
- ofxJavaCallStaticVoidMethod()
- ofxJavaCallVoidMethod()
- ofxJavaGetClassID()
- ofxJavaGetClassName()
- ofxJavaGetJString()
- ofxJavaGetMethodID()
- ofxJavaGetStaticFieldID()
- ofxJavaGetStaticMethodID()
- ofxJavaGetStaticObjectField()
- ofxJstringToString()
ofxJavaCallBoolMethod(...)
bool ofxJavaCallBoolMethod(int object, int classID, string methodName, string methodSignature)
ofxJavaCallBoolMethod(...)
bool ofxJavaCallBoolMethod(int object, int classID, string methodName, string methodSignature, va_list args)
ofxJavaCallBoolMethod(...)
bool ofxJavaCallBoolMethod(int object, string className, string methodName, string methodSignature)
ofxJavaCallFloatMethod(...)
float ofxJavaCallFloatMethod(int object, int classID, string methodName, string methodSignature)
ofxJavaCallFloatMethod(...)
float ofxJavaCallFloatMethod(int object, int classID, string methodName, string methodSignature, va_list args)
ofxJavaCallFloatMethod(...)
float ofxJavaCallFloatMethod(int object, string className, string methodName, string methodSignature)
ofxJavaCallIntMethod(...)
int ofxJavaCallIntMethod(int object, int classID, string methodName, string methodSignature)
ofxJavaCallIntMethod(...)
int ofxJavaCallIntMethod(int object, int classID, string methodName, string methodSignature, va_list args)
ofxJavaCallIntMethod(...)
int ofxJavaCallIntMethod(int object, string className, string methodName, string methodSignature)
ofxJavaCallLongMethod(...)
int64_t ofxJavaCallLongMethod(int object, int classID, string methodName, string methodSignature)
ofxJavaCallLongMethod(...)
int64_t ofxJavaCallLongMethod(int object, int classID, string methodName, string methodSignature, va_list args)
ofxJavaCallLongMethod(...)
int64_t ofxJavaCallLongMethod(int object, string className, string methodName, string methodSignature)
ofxJavaCallStaticVoidMethod(...)
void ofxJavaCallStaticVoidMethod(int classID, string methodName, string methodSignature)
ofxJavaCallStaticVoidMethod(...)
void ofxJavaCallStaticVoidMethod(int classID, string methodName, string methodSignature, va_list args)
ofxJavaCallStaticVoidMethod(...)
void ofxJavaCallStaticVoidMethod(string className, string methodName, string methodSignature)
ofxJavaCallVoidMethod(...)
void ofxJavaCallVoidMethod(int object, int classID, string methodName, string methodSignature)
ofxJavaCallVoidMethod(...)
void ofxJavaCallVoidMethod(int object, int classID, string methodName, string methodSignature, va_list args)
ofxJavaCallVoidMethod(...)
void ofxJavaCallVoidMethod(int object, string className, string methodName, string methodSignature)
Last updated 星期六, 17 八月 2024 20:48:08 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue