Exemplo n.º 1
0
 public void WGOpenUrl(string openUrl, eMSDK_SCREENDIR screendir)
 {
     MsdkEvent.Instance.HandleWebviewNotify(dataGenerator.openwebviewRet);
 }
Exemplo n.º 2
0
 public void WGOpenUrl(string openUrl, eMSDK_SCREENDIR screendir)
 {
     MsdkUtil.Log("Warnning : This api was deprecated. Please use 'WGOpenUrl(string openUrl)' instead.");
     iOSConnector.OpenUrlWithScreenDir(openUrl, (int)screendir);
 }
Exemplo n.º 3
0
 public void WGOpenUrl(string openUrl, eMSDK_SCREENDIR screendir)
 {
     AndroidConnector.OpenUrlWithScreenDir(openUrl, (int)screendir);
 }