Twitch SDK (Internal)
java_chatmessagehandler.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_ChatMessageHandler */
4 
5 #ifndef _Included_tv_twitch_chat_ChatMessageHandler
6 #define _Included_tv_twitch_chat_ChatMessageHandler
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_chat_ChatMessageHandler
12  * Method: CreateNativeInstance
13  * Signature: ()J
14  */
16  (JNIEnv *, jobject);
17 
18 /*
19  * Class: tv_twitch_chat_ChatMessageHandler
20  * Method: DisposeNativeInstance
21  * Signature: (J)V
22  */
24  (JNIEnv *, jobject, jlong);
25 
26 /*
27  * Class: tv_twitch_chat_ChatMessageHandler
28  * Method: HandleMessage
29  * Signature: (JLjava/lang/String;)Z
30  */
32  (JNIEnv *, jobject, jlong, jstring);
33 
34 /*
35  * Class: tv_twitch_chat_ChatMessageHandler
36  * Method: SetCallbacks
37  * Signature: (JLtv/twitch/chat/ChatMessageHandler/ICallbacks;)V
38  */
40  (JNIEnv *, jobject, jlong, jobject);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 #endif
46 /* Header for class tv_twitch_chat_ChatMessageHandler_ICallbacks */
47 
48 #ifndef _Included_tv_twitch_chat_ChatMessageHandler_ICallbacks
49 #define _Included_tv_twitch_chat_ChatMessageHandler_ICallbacks
50 #ifdef __cplusplus
51 extern "C" {
52 #endif
53 #ifdef __cplusplus
54 }
55 #endif
56 #endif
JNIEXPORT jlong JNICALL Java_tv_twitch_chat_ChatMessageHandler_CreateNativeInstance(JNIEnv *, jobject)
JNIEXPORT jboolean JNICALL Java_tv_twitch_chat_ChatMessageHandler_HandleMessage(JNIEnv *, jobject, jlong, jstring)
JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatMessageHandler_DisposeNativeInstance(JNIEnv *, jobject, jlong)
JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatMessageHandler_SetCallbacks(JNIEnv *, jobject, jlong, jobject)