예제 #1
0
 public void AddUpdateHandler(string videoId, Action <ThumbnailInfo> handler)
 {
     InfoManager?.AddUpdateHandler(videoId, handler);
 }