![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <PlatformAndroid.h>
Public Member Functions | |
CPlatformAndroid () | |
C'tor. More... | |
virtual | ~CPlatformAndroid () |
D'tor. More... | |
void | Init () override |
Called at an early stage of application startup. More... | |
![]() | |
void | Init () override |
Called at an early stage of application startup. More... | |
![]() | |
CPlatform () | |
C'tor. More... | |
virtual | ~CPlatform () |
D'tor. More... | |
Additional Inherited Members | |
![]() | |
static bool | TestQuitFlag () |
static void | RequestQuit () |
![]() | |
static CPlatform * | CreateInstance () |
Creates the Platform object. More... | |
CPlatformAndroid::CPlatformAndroid | ( | ) |
C'tor.
|
virtual |
D'tor.
|
overridevirtual |
Called at an early stage of application startup.
This method can be used to do platform specific environment preparation or initialisation (like setting environment variables for example)
Reimplemented from CPlatform.