Twitch SDK (Internal)
jni_chatraidproxy.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_ChatRaidProxy */
4 
5 #ifndef _Included_tv_twitch_chat_ChatRaidProxy
6 #define _Included_tv_twitch_chat_ChatRaidProxy
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_chat_ChatRaidProxy
12  * Method: DisposeNativeInstance
13  * Signature: (J)V
14  */
16  (JNIEnv *, jobject, jlong);
17 
18 /*
19  * Class: tv_twitch_chat_ChatRaidProxy
20  * Method: Join
21  * Signature: (JLjava/lang/String;Ltv/twitch/chat/IChatRaid/JoinCallback;)Ltv/twitch/ErrorCode;
22  */
23 JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Join
24  (JNIEnv *, jobject, jlong, jstring, jobject);
25 
26 /*
27  * Class: tv_twitch_chat_ChatRaidProxy
28  * Method: Leave
29  * Signature: (JLjava/lang/String;Ltv/twitch/chat/IChatRaid/LeaveCallback;)Ltv/twitch/ErrorCode;
30  */
31 JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Leave
32  (JNIEnv *, jobject, jlong, jstring, jobject);
33 
34 /*
35  * Class: tv_twitch_chat_ChatRaidProxy
36  * Method: Start
37  * Signature: (JILtv/twitch/chat/IChatRaid/StartCallback;)Ltv/twitch/ErrorCode;
38  */
39 JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Start
40  (JNIEnv *, jobject, jlong, jint, jobject);
41 
42 /*
43  * Class: tv_twitch_chat_ChatRaidProxy
44  * Method: Cancel
45  * Signature: (JLtv/twitch/chat/IChatRaid/CancelCallback;)Ltv/twitch/ErrorCode;
46  */
47 JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Cancel
48  (JNIEnv *, jobject, jlong, jobject);
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 #endif
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Start(JNIEnv *, jobject, jlong, jint, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Leave(JNIEnv *, jobject, jlong, jstring, jobject)
JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatRaidProxy_DisposeNativeInstance(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Cancel(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatRaidProxy_Join(JNIEnv *, jobject, jlong, jstring, jobject)