Beispiel #1
0
 /// <summary>
 /// share according to the name of node<Content> in ShareContent.xml file  (only valid in iOS temporarily)(此接口暂时仅支持iOS环境)
 /// </summary>
 /// <param name='platform'>
 /// Platform Type
 /// </param>
 /// <param name='contentName'>
 /// the name of node<Content> in ShareContent.xml file
 /// </param>
 /// <param name='customFields'>
 /// your share customFields which will be replace in ShareContent.xml
 /// </param>
 public int ShowShareContentEditorWithContentName(PlatformType platform, string contentName,
                                                  Hashtable customFields)
 {
     reqID++;
     shareSDKUtils.ShowShareContentEditorWithContentName(reqID, platform, contentName, customFields);
     return(reqID);
 }