APIs for plugin-typed application. More...
#include "lgnc_openapi_types.h"
Go to the source code of this file.
Functions | |
int | LGNC_PLUGIN_Initialize (LGNC_CALLBACKS_T *callbacks) |
Initializes as plugin. More... | |
int | LGNC_PLUGIN_SetAppId (const char *appId) |
Set application ID. More... | |
int | LGNC_PLUGIN_Finalize () |
APIs for plugin-typed application.
int LGNC_PLUGIN_Initialize | ( | LGNC_CALLBACKS_T * | callbacks | ) |
Initializes as plugin.
callbacks | Event callbacks, must not be NULL. |
int LGNC_PLUGIN_SetAppId | ( | const char * | appId | ) |
Set application ID.
Must be called AFTER LGNC_PLUGIN_Initialize.
appId | Application ID, e.g. "com.example.application" |