Twitch SDK (Internal)
jni_chatbitsconfiguration.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_ChatBitsConfiguration */
4 
5 #ifndef _Included_tv_twitch_chat_ChatBitsConfiguration
6 #define _Included_tv_twitch_chat_ChatBitsConfiguration
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_chat_ChatBitsConfiguration
12  * Method: DisposeNativeInstance
13  * Signature: (J)V
14  */
16  (JNIEnv *, jobject, jlong);
17 
18 /*
19  * Class: tv_twitch_chat_ChatBitsConfiguration
20  * Method: GetBitsImageUrl
21  * Signature: (JLjava/lang/String;ILjava/lang/String;Ljava/lang/String;FLtv/twitch/ResultContainer;Ltv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
22  */
24  (JNIEnv *, jobject, jlong, jstring, jint, jstring, jstring, jfloat, jobject, jobject);
25 
26 /*
27  * Class: tv_twitch_chat_ChatBitsConfiguration
28  * Method: GetActions
29  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
30  */
32  (JNIEnv *, jobject, jlong, jobject);
33 
34 /*
35  * Class: tv_twitch_chat_ChatBitsConfiguration
36  * Method: GetChannelId
37  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
38  */
40  (JNIEnv *, jobject, jlong, jobject);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 #endif
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_GetChannelId(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_DisposeNativeInstance(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_GetBitsImageUrl(JNIEnv *, jobject, jlong, jstring, jint, jstring, jstring, jfloat, jobject, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_GetActions(JNIEnv *, jobject, jlong, jobject)