Twitch SDK (Internal)
java_chatroommessagehandler.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class tv_twitch_chat_ChatRoomMessageHandler */
4 
5 #ifndef _Included_tv_twitch_chat_ChatRoomMessageHandler
6 #define _Included_tv_twitch_chat_ChatRoomMessageHandler
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_chat_ChatRoomMessageHandler
12  * Method: CreateNativeInstance
13  * Signature: ()J
14  */
16  (JNIEnv *, jobject);
17 
18 /*
19  * Class: tv_twitch_chat_ChatRoomMessageHandler
20  * Method: DisposeNativeInstance
21  * Signature: (J)V
22  */
24  (JNIEnv *, jobject, jlong);
25 
26 /*
27  * Class: tv_twitch_chat_ChatRoomMessageHandler
28  * Method: HandleMessage
29  * Signature: (JLjava/lang/String;)Z
30  */
32  (JNIEnv *, jobject, jlong, jstring);
33 
34 /*
35  * Class: tv_twitch_chat_ChatRoomMessageHandler
36  * Method: SetCallbacks
37  * Signature: (JLtv/twitch/chat/ChatRoomMessageHandler/ICallbacks;)V
38  */
40  (JNIEnv *, jobject, jlong, jobject);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 #endif
46 /* Header for class tv_twitch_chat_ChatRoomMessageHandler_CommandError */
47 
48 #ifndef _Included_tv_twitch_chat_ChatRoomMessageHandler_CommandError
49 #define _Included_tv_twitch_chat_ChatRoomMessageHandler_CommandError
50 #ifdef __cplusplus
51 extern "C" {
52 #endif
53 #ifdef __cplusplus
54 }
55 #endif
56 #endif
57 /* Header for class tv_twitch_chat_ChatRoomMessageHandler_ICallbacks */
58 
59 #ifndef _Included_tv_twitch_chat_ChatRoomMessageHandler_ICallbacks
60 #define _Included_tv_twitch_chat_ChatRoomMessageHandler_ICallbacks
61 #ifdef __cplusplus
62 extern "C" {
63 #endif
64 #ifdef __cplusplus
65 }
66 #endif
67 #endif
JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_SetCallbacks(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_DisposeNativeInstance(JNIEnv *, jobject, jlong)
JNIEXPORT jlong JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_CreateNativeInstance(JNIEnv *, jobject)
JNIEXPORT jboolean JNICALL Java_tv_twitch_chat_ChatRoomMessageHandler_HandleMessage(JNIEnv *, jobject, jlong, jstring)