Kodi Development
19.0
for Binary and Script based Add-Ons
system.h
1
/*
2
* Copyright (C) 2005-2020 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#ifndef C_API_PLATFORM_ANDROID_H
10
#define C_API_PLATFORM_ANDROID_H
11
12
#define INTERFACE_ANDROID_SYSTEM_NAME "ANDROID_SYSTEM"
13
#define INTERFACE_ANDROID_SYSTEM_VERSION "1.0.2"
14
#define INTERFACE_ANDROID_SYSTEM_VERSION_MIN "1.0.1"
15
16
#ifdef __cplusplus
17
extern
"C"
18
{
19
#endif
/* __cplusplus */
20
21
struct
AddonToKodiFuncTable_android_system
22
{
23
void
* (*get_jni_env)();
24
int (*get_sdk_version)();
25
const
char
*(*get_class_name)();
26
};
27
28
#ifdef __cplusplus
29
}
30
#endif
/* __cplusplus */
31
32
#endif
/* !C_API_PLATFORM_ANDROID_H */
AddonToKodiFuncTable_android_system
Definition:
system.h:22
include
kodi
c-api
platform
android
system.h
Generated by
1.9.2