예제 #1
0
 public void ShareVideo(
     int requestId,
     string contentTitle,
     string contentDescription,
     string previewPhotoURL,
     string videoURL)
 {
     IOSWrapper.IOSFBShareVideo(
         requestId,
         contentTitle,
         contentDescription,
         previewPhotoURL,
         videoURL);
 }