receive Command
Executes a command from JS to the view
We mark this method as synthetic / hide it from JVM so Java callers will call the deprecated version and overrides work correctly.
Parameters
view
the view to execute the command on
command Name
the name of the command to execute
args
the arguments to pass to the command