#include <jni.h>
Go to the source code of this file.
|
| 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) |
| |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_chat_ChatBitsConfiguration_GetChannelId (JNIEnv *, jobject, jlong, jobject) |
| |
◆ Java_tv_twitch_chat_ChatBitsConfiguration_DisposeNativeInstance()
| JNIEXPORT void JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_DisposeNativeInstance |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
|
|
) |
| |
◆ Java_tv_twitch_chat_ChatBitsConfiguration_GetActions()
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_GetActions |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
, |
|
|
jobject |
|
|
) |
| |
◆ Java_tv_twitch_chat_ChatBitsConfiguration_GetBitsImageUrl()
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_GetBitsImageUrl |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
, |
|
|
jstring |
, |
|
|
jint |
, |
|
|
jstring |
, |
|
|
jstring |
, |
|
|
jfloat |
, |
|
|
jobject |
, |
|
|
jobject |
|
|
) |
| |
◆ Java_tv_twitch_chat_ChatBitsConfiguration_GetChannelId()
| JNIEXPORT jobject JNICALL Java_tv_twitch_chat_ChatBitsConfiguration_GetChannelId |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
, |
|
|
jobject |
|
|
) |
| |