![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <System.h>
Public Member Functions | |
CInterfaceAndroidSystem () | |
void * | GetJNIEnv () |
request an JNI env pointer for the calling thread. JNI env has to be controlled by kodi because of the underlying threading concep. More... | |
int | GetSDKVersion () |
request the android sdk version to e.g. initialize JNIBase. More... | |
std::string | GetClassName () |
request the android main class name e.g. org.xbmc.kodi. More... | |
|
inline |