receiveCommand

open override fun receiveCommand(view: T, commandName: String, args: ReadableArray?)

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

commandName

the name of the command to execute

args

the arguments to pass to the command