ofDocsdocumentation addons ofxAndroid ofxAndroidUtils (functions)

ofxAndroidUtils (functions)


ofGetJNIEnv( )

int * ofGetJNIEnv()

ofGetJavaOFAndroid( )

int ofGetJavaOFAndroid()

ofGetJavaVMPtr( )

int * ofGetJavaVMPtr()

ofGetOFActivityObject( )

int ofGetOFActivityObject()

ofxAndroidAlertBox( ... )

void ofxAndroidAlertBox(string msg)

ofxAndroidAlertListBox( ... )

bool ofxAndroidAlertListBox(string title, const int &list)

ofxAndroidAlertTextBox( ... )

void ofxAndroidAlertTextBox(string question, string text)

ofxAndroidCheckPermission( ... )

bool ofxAndroidCheckPermission(ofxAndroidPermission permission)

ofxAndroidCheckSDCardMounted( )

bool ofxAndroidCheckSDCardMounted()

ofxAndroidDisableMulticast( )

void ofxAndroidDisableMulticast()

ofxAndroidDismissProgressBox( ... )

void ofxAndroidDismissProgressBox(int id)

ofxAndroidEnableMulticast( )

void ofxAndroidEnableMulticast()

ofxAndroidEvents( )

ofxAndroidEventsClass & ofxAndroidEvents()

ofxAndroidGetStringRes( ... )

string ofxAndroidGetStringRes(string id)

ofxAndroidGetTextBoxResult( )

string ofxAndroidGetTextBoxResult()

ofxAndroidIsMobileOnline( )

bool ofxAndroidIsMobileOnline()

ofxAndroidIsOnline( )

bool ofxAndroidIsOnline()

ofxAndroidIsWifiOnline( )

bool ofxAndroidIsWifiOnline()

ofxAndroidLaunchBrowser( ... )

void ofxAndroidLaunchBrowser(string url)

ofxAndroidLockScreenSleep( )

void ofxAndroidLockScreenSleep()

ofxAndroidMonitorNetworkState( )

void ofxAndroidMonitorNetworkState()

ofxAndroidNotifyLoadPercent( ... )

void ofxAndroidNotifyLoadPercent(float percent)

ofxAndroidOkCancelBox( ... )

void ofxAndroidOkCancelBox(string msg)

ofxAndroidPauseApp( )

void ofxAndroidPauseApp()

ofxAndroidProgressBox( ... )

int ofxAndroidProgressBox(string msg)

ofxAndroidRandomUUID( )

string ofxAndroidRandomUUID()

ofxAndroidRequestPermission( ... )

void ofxAndroidRequestPermission(ofxAndroidPermission permission)

ofxAndroidSetViewItemChecked( ... )

void ofxAndroidSetViewItemChecked(string item_name, bool checked)

ofxAndroidToast( ... )

void ofxAndroidToast(string msg)

ofxAndroidUnlockScreenSleep( )

void ofxAndroidUnlockScreenSleep()

ofxAndroidYesNoBox( ... )

void ofxAndroidYesNoBox(string msg)

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)

ofxJavaCallObjectMethod( )

int ofxJavaCallObjectMethod()

ofxJavaCallStaticObjectMethod( )

int ofxJavaCallStaticObjectMethod()

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)

ofxJavaGetClassID( )

int ofxJavaGetClassID()

ofxJavaGetClassName( ... )

string ofxJavaGetClassName(int classID)

ofxJavaGetJString( ... )

void ofxJavaGetJString(const string &str, int &jstr)

ofxJavaGetMethodID( )

int ofxJavaGetMethodID()

ofxJavaGetStaticFieldID( )

int ofxJavaGetStaticFieldID()

ofxJavaGetStaticMethodID( )

int ofxJavaGetStaticMethodID()

ofxJavaGetStaticObjectField( )

int ofxJavaGetStaticObjectField()

ofxJstringToString( ... )

void ofxJstringToString(int *env, int jstr, string &str)