executeCommand method

void executeCommand(
  1. JSString command,
  2. JSArray<JSString> arguments
)

Interface to execute a command with MeetHourExternalAPI

Implementation

external void executeCommand(JSString command, JSArray<JSString> arguments);