Exemplo n.º 1
0
 /// <summary>
 /// share according to the name of node<Content> in ShareContent.xml(you can find it in Xcode) [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 ShareWithContentName(PlatformType platform, string contentName, Hashtable customFields)
 {
     reqID++;
     shareSDKUtils.ShareWithContentName(reqID, platform, contentName, customFields);
     return(reqID);
 }