|
Twitch SDK (Internal)
|
#include <jni.h>Go to the source code of this file.
Functions | |
| JNIEXPORT jlong JNICALL | Java_tv_twitch_CoreAPI_CreateNativeInstance (JNIEnv *, jobject) |
| JNIEXPORT void JNICALL | Java_tv_twitch_CoreAPI_DisposeNativeInstance (JNIEnv *, jobject, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_GetState (JNIEnv *, jobject, jlong) |
| JNIEXPORT jstring JNICALL | Java_tv_twitch_CoreAPI_GetModuleName (JNIEnv *, jobject, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_Initialize (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_Shutdown (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_Update (JNIEnv *, jobject, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_SetListener (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_GetRequiredOAuthScopes (JNIEnv *, jobject, jlong, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_LogIn (JNIEnv *, jobject, jlong, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_LogOut (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_ConnectPubSub (JNIEnv *, jobject, jlong, jint) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_DisconnectPubSub (JNIEnv *, jobject, jlong, jint) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_SetGlobalSetting (JNIEnv *, jobject, jlong, jstring, jstring) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_RemoveGlobalSetting (JNIEnv *, jobject, jlong, jstring) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_GetGlobalSetting (JNIEnv *, jobject, jlong, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_SetLocalLanguage (JNIEnv *, jobject, jlong, jstring) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_GetLocalLanguage (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_FetchUserInfoById (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_FetchUserInfoByName (JNIEnv *, jobject, jlong, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_FetchChannelInfoById (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_FetchChannelInfoByName (JNIEnv *, jobject, jlong, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_FetchStreamInfoById (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_FetchStreamInfoByName (JNIEnv *, jobject, jlong, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_CreateChannelStatus (JNIEnv *, jobject, jlong, jint, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_CoreAPI_DisposeChannelStatus (JNIEnv *, jobject, jlong, jobject) |
| #define _Included_tv_twitch_CoreAPI_FetchChannelInfoCallback |
| #define _Included_tv_twitch_CoreAPI_FetchStreamInfoCallback |
| #define _Included_tv_twitch_CoreAPI_FetchUserInfoCallback |
| #define _Included_tv_twitch_CoreAPI_LogInCallback |
| #define _Included_tv_twitch_CoreAPI_LogOutCallback |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_ConnectPubSub | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_CreateChannelStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jlong JNICALL Java_tv_twitch_CoreAPI_CreateNativeInstance | ( | JNIEnv * | , |
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_DisconnectPubSub | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_DisposeChannelStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT void JNICALL Java_tv_twitch_CoreAPI_DisposeNativeInstance | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_FetchChannelInfoById | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_FetchChannelInfoByName | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_FetchStreamInfoById | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_FetchStreamInfoByName | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_FetchUserInfoById | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_FetchUserInfoByName | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_GetGlobalSetting | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_GetLocalLanguage | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jstring JNICALL Java_tv_twitch_CoreAPI_GetModuleName | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_GetRequiredOAuthScopes | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_GetState | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_Initialize | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_LogIn | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_LogOut | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_RemoveGlobalSetting | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_SetGlobalSetting | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | , | ||
| jstring | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_SetListener | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_SetLocalLanguage | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_Shutdown | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_CoreAPI_Update | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
1.8.13