public void PlayVideo(bool incent)
 {
     if (incent)
     {
         PokktManager.GetVideo(pokktConfig);
     }
     else
     {
         PokktManager.GetVideoNonIncent(pokktConfig);
     }
 }
Beispiel #2
0
    private void OnDownloadCompleted(string message)
    {
        Debug.LogError("video download complete");

        PokktManager.GetVideo(pokktConfig);
    }