CoronaEvent.h

Type C header
Revision 2017.3060
Keywords iOS, enterprise, C
See also

Overview

CoronaEvent.h contains generic property keys used in Corona events dispatched to Lua.

All functions are prefixed with CoronaEvent.

Generic Property Keys

CoronaEventIsErrorKey()

const char *CoronaEventIsErrorKey()

Returns the generic error key, as in: event.isError.

CoronaEventProviderKey()

const char *CoronaEventProviderKey()

Returns the generic provider key, as in: event.provider.

CoronaEventTypeKey()

const char *CoronaEventTypeKey()

Returns the generic type key, as in: event.type.

Provider Property Keys

AdsRequestName()

const char *CoronaEventAdsRequestName()

Returns the generic ads request name key.