Twitch SDK (Internal)
jni_channelchatroommanagerproxy.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_ChannelChatRoomManagerProxy */
4 
5 #ifndef _Included_tv_twitch_chat_ChannelChatRoomManagerProxy
6 #define _Included_tv_twitch_chat_ChannelChatRoomManagerProxy
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_chat_ChannelChatRoomManagerProxy
12  * Method: AddNewChatRoom
13  * Signature: (JLjava/lang/String;Ljava/lang/String;ZLtv/twitch/chat/RoomRole;Ltv/twitch/chat/IChannelChatRoomManager/AddRoomCallback;)Ltv/twitch/ErrorCode;
14  */
16  (JNIEnv *, jobject, jlong, jstring, jstring, jboolean, jobject, jobject);
17 
18 /*
19  * Class: tv_twitch_chat_ChannelChatRoomManagerProxy
20  * Method: JoinChatRooms
21  * Signature: (JLtv/twitch/chat/IChannelChatRoomManager/JoinCallback;)Ltv/twitch/ErrorCode;
22  */
24  (JNIEnv *, jobject, jlong, jobject);
25 
26 /*
27  * Class: tv_twitch_chat_ChannelChatRoomManagerProxy
28  * Method: LeaveChatRooms
29  * Signature: (JLtv/twitch/chat/IChannelChatRoomManager/LeaveCallback;)Ltv/twitch/ErrorCode;
30  */
32  (JNIEnv *, jobject, jlong, jobject);
33 
34 /*
35  * Class: tv_twitch_chat_ChannelChatRoomManagerProxy
36  * Method: FetchChatRoomsInfo
37  * Signature: (JLtv/twitch/chat/IChannelChatRoomManager/FetchRoomsInfoCallback;)Ltv/twitch/ErrorCode;
38  */
40  (JNIEnv *, jobject, jlong, jobject);
41 
42 /*
43  * Class: tv_twitch_chat_ChannelChatRoomManagerProxy
44  * Method: DisposeNativeInstance
45  * Signature: (J)V
46  */
48  (JNIEnv *, jobject, jlong);
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 #endif
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChannelChatRoomManagerProxy_FetchChatRoomsInfo(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChannelChatRoomManagerProxy_AddNewChatRoom(JNIEnv *, jobject, jlong, jstring, jstring, jboolean, jobject, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChannelChatRoomManagerProxy_LeaveChatRooms(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChannelChatRoomManagerProxy_JoinChatRooms(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT void JNICALL Java_tv_twitch_chat_ChannelChatRoomManagerProxy_DisposeNativeInstance(JNIEnv *, jobject, jlong)