2024-03-17 11:05:42 +01:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
|
#include <jni.h>
|
|
|
|
|
/* Header for class android_app_NotificationManager */
|
|
|
|
|
|
|
|
|
|
#ifndef _Included_android_app_NotificationManager
|
|
|
|
|
#define _Included_android_app_NotificationManager
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_app_NotificationManager
|
|
|
|
|
* Method: nativeInitBuilder
|
|
|
|
|
* Signature: ()J
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT jlong JNICALL Java_android_app_NotificationManager_nativeInitBuilder
|
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_app_NotificationManager
|
|
|
|
|
* Method: nativeAddAction
|
|
|
|
|
* Signature: (JLjava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_app_NotificationManager_nativeAddAction
|
|
|
|
|
(JNIEnv *, jobject, jlong, jstring, jint, jstring, jstring);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_app_NotificationManager
|
|
|
|
|
* Method: nativeShowNotification
|
2024-03-18 15:41:44 +01:00
|
|
|
* Signature: (JILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ZILjava/lang/String;Ljava/lang/String;)V
|
2024-03-17 11:05:42 +01:00
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_app_NotificationManager_nativeShowNotification
|
2024-03-18 15:41:44 +01:00
|
|
|
(JNIEnv *, jobject, jlong, jint, jstring, jstring, jstring, jboolean, jint, jstring, jstring);
|
2024-03-17 11:05:42 +01:00
|
|
|
|
2024-03-18 18:13:56 +01:00
|
|
|
/*
|
|
|
|
|
* Class: android_app_NotificationManager
|
|
|
|
|
* Method: nativeCancel
|
|
|
|
|
* Signature: (I)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_app_NotificationManager_nativeCancel
|
|
|
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
|
|
2024-03-17 11:05:42 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|