Click or drag to resize
DispatchCoronaLuaEventResultMessage Property
Message providing details about the final result of the operation.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public string Message { get; }

Return Value

Type: String
Returns a message providing details about the final result of the operation. If the operation failed, then this message typically provides details indicating what went wrong. Operations that are successful typically provide an empty message string.

Implements

IOperationResultMessage
See Also