public class JSCall
extends Object
Represents a call of the method on JavaScript interface.
- Author:
- Lukas Fryc
-
Constructor Summary
Constructors
-
Method Summary
Returns arguments of the call
Returns a target JavaScript interface method
Returns a target JavaSript interface
-
-
Method Details
-
getMethod
Returns a target JavaScript interface method
-
getTarget
Returns a target JavaSript interface
-
getArguments
public Object[] getArguments()
Returns arguments of the call
-