public void GotoFacebookUrl(bool success) { if (success) { Debug.Log("GotoFacebookUrl Net success"); } else { Debug.Log("GotoFacebookUrl Net error"); } KDTLWebView.ShowWebView(ClientConfigure.getFacebookUrl()); }
public void RequestFacebookUrl(GameObject obj) { //test //GotoFacebookUrl(true); if (!PlayerPrefs.HasKey(Obj_MyselfPlayer.GetMe().accountID.ToString() + "_huodong_facebookLove")) { PlayerPrefs.SetInt(Obj_MyselfPlayer.GetMe().accountID.ToString() + "_huodong_facebookLove", 1); PlayerPrefs.Save(); NetworkSender.Instance().RequestTaskOver(GotoFacebookUrl, 1); } else { KDTLWebView.ShowWebView(ClientConfigure.getFacebookUrl()); } }
public void OnFeedBackClick() { KDTLWebView.ShowWebView(ClientConfigure.getFacebookUrl()); }