示例#1
0
 private void VideoCacheManager_Rejected(object sender, CacheRequestRejectedEventArgs e)
 {
     NotificationService.ShowInAppNotification(new InAppNotificationPayload()
     {
         Content = "InAppNotification_CanNotCacheChannelVideos_ForContentProtection".Translate(),
     });
 }
 private void VideoCacheManager_Rejected(object sender, CacheRequestRejectedEventArgs e)
 {
     NotificationService.ShowInAppNotification(new InAppNotificationPayload()
     {
         Content = $"チャンネル動画はコンテンツ保護のためキャッシュできません"
     });
 }