Esempio n. 1
0
 public void DownloadCompletedAtLocation(OOAssetDownloadManager manager, NSUrl location, OOOoyalaError error)
 {
     System.Diagnostics.Debug.WriteLine($"Completed!: {location}");
     _cacheLocation = location;
 }
 void HandleErrorParameter(OOOoyalaError arg0)
 {
     Debug.WriteLine($"ERROR: {arg0}");
     _downloadProgressLabel.Text = arg0.Message;
 }
Esempio n. 3
0
 public void DownloadTaskStartedWithError(OOAssetDownloadManager manager, OOOoyalaError error)
 {
     System.Diagnostics.Debug.WriteLine($"ERROR: {error}");
 }