@override void point(String pointId,int value){ // html.window.superInstallSDK.superInstallSDK.reportPoint(pointId,value); js.context["superInstallSDK"].callMethod("reportPoint",[pointId,value]); }