DispatchCoronaLuaEventResult Class |
Indicates if the Corona runtime has succeeded in dispatching a Corona event to/from Lua.
Provides the result returned by Corona event handler/listener if dispatched successfully.
Namespace: CoronaLabs.Corona.WinRT
The DispatchCoronaLuaEventResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | FailedWith | Creates a new result object set to failed and with the given message. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | SucceededWith | Creates a new result set to succeeded and with the given return value. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | HasFailed | Determines if the operation failed. |
![]() | HasSucceeded | Determines if the operation succeeded. |
![]() | Message | Message providing details about the final result of the operation. |
![]() | ReturnedValue | Provides the value returned by the Corona event handler/listener. |