See: Description
Interface | Description |
---|---|
CoronaActivity.OnActivityResultHandler |
Handler that is invoked by the
CoronaActivity when a result has been received from a
child Activity. |
CoronaActivity.OnNewIntentResultHandler |
Handler that is invoked by the
CoronaActivity when it receives a new
Intent from outside the application. |
CoronaActivity.OnRequestPermissionsResultHandler |
Handler that is invoked by the
CoronaActivity when a result has been received from the request permission dialog. |
CoronaRuntimeListener |
Receives events from the
CoronaRuntime to detect when it is loaded, started, suspended, etc. |
CoronaRuntimeTask |
Represents a single task to be executed by the
CoronaRuntime ,
just before it renders a frame. |
Class | Description |
---|---|
ApplicationContextProvider |
Provides access to the application context.
|
CoronaActivity |
The activity window that hosts the Corona project.
|
CoronaEnvironment |
Provides simple methods for launching and accessing a
CoronaActivity as well as setting up
listeners for receiving events from the CoronaRuntime . |
CoronaLua |
Provides a set of convenience functions for use with the
LuaState . |
CoronaLuaEvent |
CoronaLuaEvent.java contains generic property keys used in Corona
events dispatched to Lua.
|
CoronaRuntime |
Provides access to a running Corona project and its
LuaState . |
CoronaRuntimeTaskDispatcher |
Allows you to send tasks to be executed on the
CoronaRuntime's thread, just before Corona
renders a frame. |