Пример #1
0
 void IShareDirector.ShareTimeline(SHARE_TYPE type, string title, string description, string imageURI)
 {
     JoyYouNativeInterface.ShareTimeline((int)type, title, description, imageURI);
 }