Esempio n. 1
0
 public void ShareIt(string app)
 {
     if (app != "ok")
     {
         Sharing.ShareVia(app, "Check out Voltage - new game from NotSoOld Games! Available in Google Play: ");
     }
     else
     {
         Sharing.ShareVia(app, "Hi from Unity!", string.Format("{0};{1}", App.OdnoklassnikiAppId, App.OdnoklassnikiSecretId));
     }
 }
Esempio n. 2
0
 public void ShareScore(string app)
 {
     Sharing.ShareVia(app, string.Format("I scored a new record - {0} pts - in Voltage '{1}' mode. Download and beat me! ", scoreToShare, modeToShare));
 }