Esempio n. 1
0
 void RaiseError(PlayFabError error)
 {
     Popup.Show(error.ErrorMessage, Popup.Hide, "Close");
 }
Esempio n. 2
0
 protected override void ErrorProcedure(PlayFabError error)
 {
     Popup.Show(error.ErrorMessage, Popup.Hide, "Close");
 }