mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
Add keepAccounts(bool) and clearAccounts() to JNI
This commit is contained in:
parent
0d32bfbd3b
commit
5824199483
1 changed files with 8 additions and 0 deletions
|
|
@ -109,6 +109,14 @@ JNIEXPORT jint JNICALL Java_org_linphone_tester_Tester_run(JNIEnv *env, jobject
|
|||
return ret;
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL Java_org_linphone_tester_Tester_keepAccounts(JNIEnv *env, jclass c, jboolean keep) {
|
||||
liblinphone_tester_keep_accounts((int)keep);
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL Java_org_linphone_tester_Tester_clearAccounts(JNIEnv *env, jclass c) {
|
||||
liblinphone_tester_clear_accounts();
|
||||
}
|
||||
|
||||
#endif /* ANDROID */
|
||||
|
||||
#ifdef __QNX__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue