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>
 /// <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>
 /// <param name='platforms'>
 /// Platform Types
 /// </param>
 /// <param name='x','y'>
 /// the coordinates of the share menu
 /// </param>
 public int ShowPlatformListWithContentName(string contentName, Hashtable customFields, PlatformType[] platforms,
                                            int x, int y)
 {
     reqID++;
     shareSDKUtils.ShowPlatformListWithContentName(reqID, contentName, customFields, platforms, x, y);
     return(reqID);
 }