#include <jni.h>
Go to the source code of this file.
◆ _Included_tv_twitch_chat_ChatRoomMessageHandler_CommandError
| #define _Included_tv_twitch_chat_ChatRoomMessageHandler_CommandError |
◆ _Included_tv_twitch_chat_ChatRoomMessageHandler_ICallbacks
| #define _Included_tv_twitch_chat_ChatRoomMessageHandler_ICallbacks |
◆ Java_tv_twitch_chat_ChatRoomMessageHandler_CreateNativeInstance()
| JNIEXPORT jlong JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_CreateNativeInstance |
( |
JNIEnv * |
, |
|
|
jobject |
|
|
) |
| |
◆ Java_tv_twitch_chat_ChatRoomMessageHandler_DisposeNativeInstance()
| JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_DisposeNativeInstance |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
|
|
) |
| |
◆ Java_tv_twitch_chat_ChatRoomMessageHandler_HandleMessage()
| JNIEXPORT jboolean JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_HandleMessage |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
, |
|
|
jstring |
|
|
) |
| |
◆ Java_tv_twitch_chat_ChatRoomMessageHandler_SetCallbacks()
| JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_SetCallbacks |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
, |
|
|
jobject |
|
|
) |
| |