togethercallback - TogetherGames/Public-Corona-Lua GitHub Wiki

TogetherCallback

Together::TogetherCallback

Overview

Event object containing results passed to every callback as a response from a network method being called.


Members

boolean Success

Was the network call successful(TRUE) or resulted in error/unexpected(FALSE)

string Status

A status code associated to the result of the network call

string Message

An often more detailed description of the result of the network call status

table ResponseObj

Custom table of data containing logical results of the network call itself


⚠️ **GitHub.com Fallback** ⚠️