|
Twitch SDK (Internal)
|
#include <jni.h>Go to the source code of this file.
Functions | |
| JNIEXPORT jlong JNICALL | Java_tv_twitch_chat_ChatAPI_CreateNativeInstance (JNIEnv *, jobject) |
| JNIEXPORT void JNICALL | Java_tv_twitch_chat_ChatAPI_DisposeNativeInstance (JNIEnv *, jobject, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetCoreApi (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetTokenizationOptions (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetListener (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetEnabledFeatures (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_GetState (JNIEnv *, jobject, jlong) |
| JNIEXPORT jstring JNICALL | Java_tv_twitch_chat_ChatAPI_GetModuleName (JNIEnv *, jobject, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_Initialize (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_Shutdown (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_Update (JNIEnv *, jobject, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_Connect (JNIEnv *, jobject, jlong, jint, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_Disconnect (JNIEnv *, jobject, jlong, jint, jint) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SendMessage (JNIEnv *, jobject, jlong, jint, jint, jstring) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_BlockUser (JNIEnv *, jobject, jlong, jint, jint, jstring, jboolean, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_UnblockUser (JNIEnv *, jobject, jlong, jint, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_GetUserBlocked (JNIEnv *, jobject, jlong, jint, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchBlockedUsers (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetBroadcasterLanguageChatEnabled (JNIEnv *, jobject, jlong, jint, jint, jboolean, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_OptInToBroadcasterLanguageChat (JNIEnv *, jobject, jlong, jint, jint, jstring) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchUserEmoticonSets (JNIEnv *, jobject, jlong, jint, jboolean, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchGlobalBadges (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchChannelBadges (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchGlobalBitsConfiguration (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchChannelBitsConfiguration (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_GenerateThreadId (JNIEnv *, jobject, jlong, jint, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetUserThreadsListener (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SendMessageToUser (JNIEnv *, jobject, jlong, jint, jint, jstring, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchThreadDataPage (JNIEnv *, jobject, jlong, jint, jint, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchUserThreadData (JNIEnv *, jobject, jlong, jint, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchThreadMessages (JNIEnv *, jobject, jlong, jint, jstring, jint, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetLastMessageReadId (JNIEnv *, jobject, jlong, jint, jstring, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetThreadMuted (JNIEnv *, jobject, jlong, jint, jstring, jboolean, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetThreadArchived (JNIEnv *, jobject, jlong, jint, jstring, jboolean, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchUnreadCounts (JNIEnv *, jobject, jlong, jint, jobject) |
| JNIEXPORT jlong JNICALL | Java_tv_twitch_chat_ChatAPI_GetMessageFlushInterval (JNIEnv *, jobject, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_SetMessageFlushInterval (JNIEnv *, jobject, jlong, jlong) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_GetEmoticonUrl (JNIEnv *, jobject, jlong, jint, jfloat, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateChatReplay (JNIEnv *, jobject, jlong, jint, jstring, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_DisposeChatReplay (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateChannelChatRoomManager (JNIEnv *, jobject, jlong, jint, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateChatRoom (JNIEnv *, jobject, jlong, jint, jstring, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateChatRoomNotifications (JNIEnv *, jobject, jlong, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateChatChannelProperties (JNIEnv *, jobject, jlong, jint, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateChatRaid (JNIEnv *, jobject, jlong, jint, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_DisposeChatRaid (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateBitsStatus (JNIEnv *, jobject, jlong, jint, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_DisposeBitsStatus (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateFollowersStatus (JNIEnv *, jobject, jlong, jint, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_DisposeFollowersStatus (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_CreateSubscribersStatus (JNIEnv *, jobject, jlong, jint, jint, jobject, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_DisposeSubscribersStatus (JNIEnv *, jobject, jlong, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_BanUser (JNIEnv *, jobject, jlong, jint, jint, jstring, jint, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_UnbanUser (JNIEnv *, jobject, jlong, jint, jint, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_ModUser (JNIEnv *, jobject, jlong, jint, jint, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_UnmodUser (JNIEnv *, jobject, jlong, jint, jint, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_UpdateUserColor (JNIEnv *, jobject, jlong, jint, jstring, jobject) |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatAPI_FetchChannelModerators (JNIEnv *, jobject, jlong, jint, jstring, jobject) |
| JNIEXPORT jboolean JNICALL | Java_tv_twitch_chat_ChatAPI_TokenizeServerMessage (JNIEnv *, jclass, jstring, jobject, jstring, jobject, jobjectArray, jobject) |
| #define _Included_tv_twitch_chat_ChatAPI_BanUserCallback |
| #define _Included_tv_twitch_chat_ChatAPI_BlockChangeCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchBadgesCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchBitsConfigurationCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchBlockedUsersCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchChannelModeratorsCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchEmoticonSetsCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchThreadDataCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchThreadDataPageCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchThreadMessagesCallback |
| #define _Included_tv_twitch_chat_ChatAPI_FetchThreadUnreadCountsCallback |
| #define _Included_tv_twitch_chat_ChatAPI_ModUserCallback |
| #define _Included_tv_twitch_chat_ChatAPI_SendMessageCallback |
| #define _Included_tv_twitch_chat_ChatAPI_SetBroadcasterLanguageChatEnabledCallback |
| #define _Included_tv_twitch_chat_ChatAPI_SetLastMessageReadIdCallback |
| #define _Included_tv_twitch_chat_ChatAPI_SetThreadArchivedCallback |
| #define _Included_tv_twitch_chat_ChatAPI_SetThreadMutedCallback |
| #define _Included_tv_twitch_chat_ChatAPI_UnbanUserCallback |
| #define _Included_tv_twitch_chat_ChatAPI_UnmodUserCallback |
| #define _Included_tv_twitch_chat_ChatAPI_UpdateUserColorCallback |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_BanUser | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_BlockUser | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | , | ||
| jboolean | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_Connect | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateBitsStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateChannelChatRoomManager | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateChatChannelProperties | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateChatRaid | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateChatReplay | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateChatRoom | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateChatRoomNotifications | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateFollowersStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jlong JNICALL Java_tv_twitch_chat_ChatAPI_CreateNativeInstance | ( | JNIEnv * | , |
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_CreateSubscribersStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_Disconnect | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_DisposeBitsStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_DisposeChatRaid | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_DisposeChatReplay | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_DisposeFollowersStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatAPI_DisposeNativeInstance | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_DisposeSubscribersStatus | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchBlockedUsers | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchChannelBadges | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchChannelBitsConfiguration | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchChannelModerators | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchGlobalBadges | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchGlobalBitsConfiguration | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchThreadDataPage | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchThreadMessages | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jint | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchUnreadCounts | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchUserEmoticonSets | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jboolean | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_FetchUserThreadData | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_GenerateThreadId | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_GetEmoticonUrl | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jfloat | , | ||
| jobject | |||
| ) |
| JNIEXPORT jlong JNICALL Java_tv_twitch_chat_ChatAPI_GetMessageFlushInterval | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jstring JNICALL Java_tv_twitch_chat_ChatAPI_GetModuleName | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_GetState | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_GetUserBlocked | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_Initialize | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_ModUser | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_OptInToBroadcasterLanguageChat | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SendMessage | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SendMessageToUser | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetBroadcasterLanguageChatEnabled | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jboolean | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetCoreApi | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetEnabledFeatures | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetLastMessageReadId | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetListener | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetMessageFlushInterval | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetThreadArchived | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jboolean | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetThreadMuted | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jboolean | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetTokenizationOptions | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_SetUserThreadsListener | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_Shutdown | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jobject | |||
| ) |
| JNIEXPORT jboolean JNICALL Java_tv_twitch_chat_ChatAPI_TokenizeServerMessage | ( | JNIEnv * | , |
| jclass | , | ||
| jstring | , | ||
| jobject | , | ||
| jstring | , | ||
| jobject | , | ||
| jobjectArray | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_UnbanUser | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_UnblockUser | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_UnmodUser | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_Update | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatAPI_UpdateUserColor | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jint | , | ||
| jstring | , | ||
| jobject | |||
| ) |
1.8.13