Twitch SDK (Internal)
jni_channelstatusproxy.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_ChannelStatusProxy */
4 
5 #ifndef _Included_tv_twitch_ChannelStatusProxy
6 #define _Included_tv_twitch_ChannelStatusProxy
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_ChannelStatusProxy
12  * Method: DisposeNativeInstance
13  * Signature: (J)V
14  */
16  (JNIEnv *, jobject, jlong);
17 
18 /*
19  * Class: tv_twitch_ChannelStatusProxy
20  * Method: UploadProfileImage
21  * Signature: (J[BILtv/twitch/IChannelStatus/UploadProfileImageCallback;)Ltv/twitch/ErrorCode;
22  */
24  (JNIEnv *, jobject, jlong, jbyteArray, jint, jobject);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif
JNIEXPORT void JNICALL Java_tv_twitch_ChannelStatusProxy_DisposeNativeInstance(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_ChannelStatusProxy_UploadProfileImage(JNIEnv *, jobject, jlong, jbyteArray, jint, jobject)