invokeDefaultMethod(withArguments:)
Executes when a script attempts to invoke a method on an exposed object directly.
Declaration
func invokeDefaultMethod(withArguments arguments: [Any]!) -> Any!Parameters
- arguments:
The arguments to be passed to the default method.
Return Value
The result of invoking the default method.