Native Invokes JS Function (NativeCallJS)
Interface for Interaction between Native and Webpage JS.
Function Definition
public static void CallJS(string jsonJsParam);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| jsonJsParam | string | JavaScript to be Executed |
Code Sample
INTLAPI.CallJS("alert(navigator.userAgent);");