IOSFBShareLink() private method

private IOSFBShareLink ( int requestId, string contentURL, string contentTitle, string contentDescription, string photoURL ) : void
requestId int
contentURL string
contentTitle string
contentDescription string
photoURL string
return void
Exemplo n.º 1
0
 public void ShareLink(
     int requestId,
     string contentURL,
     string contentTitle,
     string contentDescription,
     string photoURL)
 {
     IOSWrapper.IOSFBShareLink(
         requestId,
         contentURL,
         contentTitle,
         contentDescription,
         photoURL);
 }