예제 #1
0
 void OnApplicationPause(bool paused)
 {
     if (!paused)
     {
         PokktManager.GetPendingCoins();
         PokktManager.CheckOfferWallCampaign();
     }
 }
예제 #2
0
 public void GetPendingCoins()
 {
     PokktManager.GetPendingCoins();
 }