uissouri 太岁是什么东西西

项目语言:OBJECT-C
权限:read-only(如需更高权限请先加入项目)
Index: ShareSDK
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ShareSDK
===================================================================
--- ShareSDK (revision 0)
+++ ShareSDK (revision 2)
Property changes on: ShareSDK
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: Info.plist
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: Info.plist
===================================================================
--- Info.plist (revision 0)
+++ Info.plist (revision 2)
Property changes on: Info.plist
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: en.lproj/InfoPlist.strings
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: en.lproj/InfoPlist.strings
===================================================================
--- en.lproj/InfoPlist.strings (revision 0)
+++ en.lproj/InfoPlist.strings (revision 2)
Property changes on: en.lproj/InfoPlist.strings
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: Headers/NSArray+ShareSDK.h
===================================================================
--- Headers/NSArray+ShareSDK.h (revision 0)
+++ Headers/NSArray+ShareSDK.h (revision 2)
@@ -0,0 +1,68 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &Foundation/Foundation.h&
+///#begin zh-cn
+ * @brief ShareSDK的数组扩展
+///#begin en
+ * @brief ShareSDK Array category
+@interface NSArray (ShareSDK)
+///#begin zh-cn
+ * @brief 默认一键分享列表
+ * @return 一键分享列表数组
+///#begin en
+ * @brief Get default one key share list.
+ * @return One key share list array.
++ (NSArray *)defaultOneKeyShareL
+///#begin zh-cn
+ * @brief 不包含新浪微博的一键分享列表
+ * @return 一键分享列表数组
+///#begin en
+ * @brief Get one key share list without Sina Weibo.
+ * @return One key share list array.
++ (NSArray *)oneKeyShareListWithoutSinaW
Property changes on: Headers/NSArray+ShareSDK.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ShareSDKPlugin.h
===================================================================
--- Headers/ShareSDKPlugin.h (revision 0)
+++ Headers/ShareSDKPlugin.h (revision 2)
@@ -0,0 +1,28 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &ISSPlatform.h&
+#import &ISSPlatformApp.h&
+#import &ISSPlatformUser.h&
+#import &ISSPlatformCredential.h&
+#import &ISSPlatformShareContentEntity.h&
+#import &ISSPlatformShareInfo.h&
+#import &ISSPlatformAuthSession.h&
Property changes on: Headers/ShareSDKPlugin.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ShareSDKEventHandlerDef.h
===================================================================
--- Headers/ShareSDKEventHandlerDef.h (revision 0)
+++ Headers/ShareSDKEventHandlerDef.h (revision 2)
@@ -0,0 +1,151 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &ShareSDKTypeDef.h&
+#import &ISSPage.h&
+#import &ShareSDKPlugin.h&
+#ifndef ShareSDKInterface_ShareSDKEventHandlerDef_h
+#define ShareSDKInterface_ShareSDKEventHandlerDef_h
+///#begin zh-cn
+ * @brief 授权事件处理器
授权失败的错误信息,仅当state为SSAuthStateFail时有效
+///#begin en
+ * @brief Authorize event handler.
Authorized state.
Error information, When the state is SSAuthStateFail only valid
+typedef void(^SSAuthEventHandler) (SSAuthState state, id&ICMErrorInfo& error);
+///#begin zh-cn
+ * @brief 获取用户信息事件处理器
回复标识,YES:获取成功,NO:获取失败
获取失败的错误信息
+///#begin en
+ * @brief Get user information event handler.
Result identity, YES: to succeed, NO: Failed to get
User object.
Error information.
+typedef void(^SSGetUserInfoEventHandler) (BOOL result, id&ISSPlatformUser& userInfo, id&ICMErrorInfo& error);
+///#begin zh-cn
+ * @brief 关注用户事件处理器
关注失败的错误信息
+///#begin en
+ * @brief Concerned about the user event handler
Response state.
User object.
error information.
+typedef void(^SSFollowUserEventHandler) (SSResponseState state, id&ISSPlatformUser& userInfo, id&ICMErrorInfo& error);
+///#begin zh-cn
+ * @brief 获取关注列表处理器
+ * @param
回复标志,YES:获取成功, NO:获取失败
用户信息列表
前一页,如果没有则为nil
后一页,如果没有则为nil
是否有更多数据
错误信息,仅当result为NO时有效
+///#begin en
+ * @brief Get friends event handler.
+ * @param
Reply flag, YES: to succeed, NO: Failed to get
Users list.
Current page.
Previous page, if none is nil
Next page,if none is nil
Are there more data
Error Info,Valid only when the result is NO
+typedef void(^SSGetFriendsEventHandler) (BOOL result, NSArray *users, id&ISSPage& currPage, id&ISSPage& prevPage, id&ISSPage& nextPage, BOOL hasNext, id&ICMErrorInfo& error);
+///#begin zh-cn
+ * @brief 分享内容事件处理器
发布内容状态
statusInfo
分享内容失败的错误信息
分享完毕标志,对于单个平台分享此值为YES,对于多个分享平台此值在最后一个平台分享完毕后为YES。
+///#begin en
+ * @brief Share content event handler
Platform type
Publish state.
statusInfo
Share information object.
Error handler.
Share finished flag, for a single platform to share this value YES, for multiple platforms to share this value after completion of the final share a platform for YES.
+typedef void(^SSPublishContentEventHandler) (ShareType type, SSResponseState state, id&ISSPlatformShareInfo& statusInfo, id&ICMErrorInfo& error, BOOL end);
+///#begin zh-cn
+ * @brief 分享菜单项点击事件处理器
+///#begin en
+ * @brief Share menu item click event handler.
+typedef void(^SSShareActionSheetItemClickHandler) ();
Property changes on: Headers/ShareSDKEventHandlerDef.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ShareSDKDef.h
===================================================================
--- Headers/ShareSDKDef.h (revision 0)
+++ Headers/ShareSDKDef.h (revision 2)
@@ -0,0 +1,120 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &SSInheritValue.h&
+#ifndef ShareSDKInterface_ShareSDKDef_h
+#define ShareSDKInterface_ShareSDKDef_h
+///#begin zh-cn
+ * @brief 将ShareType转换为NSNumber类型
+ * @param
分享平台类型
+///#begin en
+ * @brief The ShareType convert NSNumber type
+ * @param
Platform type.
+#define SHARE_TYPE_NUMBER(type) [NSNumber numberWithInteger:type]
+///#begin zh-cn
+ * @brief 继承值
+///#begin en
+ * @brief Inherit value object.
+#define INHERIT_VALUE [SSInheritValue inherit]
+///#begin zh-cn
+ * @brief 映射分享内容对象的某个属性值
+ * @param
+///#begin en
+ * @brief Mapping a share content object Property values
+ * @param
Property name.
+#define MAPPING_VALUE(name) [SSInheritValue inheritWithName:name]
+///#begin zh-cn
+ * @brief 获取金币通知
+///#begin en
+ * @brief Get Coins Notification.
+#define SS_AWARD_NOTIF_GET_COINS @&get_coins&
+///#begin zh-cn
+ * @brief 购买物品通知
+///#begin en
+ * @brief Buy item notification
+#define SS_AWARD_NOTIF_BUY_ITEM @&buy_item&
+///#begin zh-cn
+ * @brief 金币键名
+///#begin en
+ * @brief Coins Key
+#define SS_AWARD_KEY_COINS @&coins&
+///#begin zh-cn
+ * @brief 行为键名
+///#begin en
+ * @brief Action Key
+#define SS_AWARD_KEY_ACTION @&action&
Property changes on: Headers/ShareSDKDef.h
___________________________________________________________________
Added: svn:executable
Index: Headers/SSHTTPClient.h
===================================================================
--- Headers/SSHTTPClient.h (revision 0)
+++ Headers/SSHTTPClient.h (revision 2)
@@ -0,0 +1,250 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &Foundation/Foundation.h&
+#import &SSHTTPParameters.h&
+///#begin zh-cn
+ * @brief HTTP返回事件
+///#begin en
+ * @brief HTTP result event.
+typedef void(^SSHTTPResultEvent) (NSHTTPURLResponse *response, NSData *responseData);
+///#begin zh-cn
+ * @brief HTTP错误事件
+///#begin en
+ * @brief HTTP fault event.
+typedef void(^SSHTTPFaultEvent) (NSError *error);
+///#begin zh-cn
+ * @brief HTTP客户端
+///#begin en
+ * @brief HTTP Client
+@interface SSHTTPClient : NSObject
+///#begin zh-cn
+ * @brief 初始化HTTP客户端对象
+ * @param
+ * @return 客户端对象
+///#begin en
+ * @brief Initialize HTTP Client.
+ * @param
Request URL object.
+ * @return HTTP Client object.
+- (id)initWithURL:(NSURL *)
+///#begin zh-cn
+ * @brief 初始化HTTP客户端对象
+ * @param
请求地址字符串
+ * @return 客户端对象
+///#begin en
+ * @brief Initialize HTTP Client.
+ * @param
Request URL string.
+ * @return HTTP Client object.
+- (id)initWithURLString:(NSString *)urlS
+///#begin zh-cn
+ * @brief 初始化HTTP客户端对象
+ * @param
+ * @return 客户端对象
+///#begin en
+ * @brief Initialize HTTP Client.
+ * @param
Request object.
+ * @return HTTP client object.
+- (id)initWithRequest:(NSMutableURLRequest *)
+///#begin zh-cn
+ * @brief 开始请求
resultHandler
返回事件处理
faultHandler
失败事件处理
+///#begin en
+ * @brief Start request.
resultHandler
Result handler.
faultHandler
Fault handler.
+- (void)startWithResult:(SSHTTPResultEvent)resultHandler
fault:(SSHTTPFaultEvent)faultH
+///#begin zh-cn
+ * @brief 取消请求
+///#begin en
+ * @brief Cancel request.
+- (void)cancelR
+///#begin zh-cn
+ * @brief 设置请求方式
+ * @param
+///#begin en
+ * @brief Set request method.
+ * @param
Request method.
+- (void)setMethod:(NSString *)
+///#begin zh-cn
+ * @brief 启用Multipart形式提交
+ * @return 分隔字符串
+///#begin en
+ * @brief Enable Multipart forms submitted
+ * @return Boundary string.
+- (NSString *)enableM
+///#begin zh-cn
+ * @brief 添加参数
+ * @param
+ * @param
+///#begin en
+ * @brief Add parameter.
+ * @param
Parameter name.
+ * @param
Parameter value.
+- (void)addParameterWithName:(NSString *)name value:(id)
+///#begin zh-cn
+ * @brief 添加文件参数
+ * @param
+ * @param
+ * @param
+ * @param
contentType
+ * @param
transferEncoding
+///#begin en
+ * @brief Add file parameter.
+ * @param
Parameter name.
+ * @param
File name.
+ * @param
File data.
+ * @param
contentType
MIME Type.
+ * @param
transferEncoding
Transfer Encoding.
+- (void)addPostedFileWithName:(NSString *)name
fileName:(NSString *)fileName
data:(NSData *)data
contentType:(NSString *)contentType
transferEncoding:(NSString *)transferE
+///#begin zh-cn
+ * @brief 获取回复数据字符串
+ * @param
+ * @return 数据字符串
+///#begin en
+ * @brief Get response string.
+ * @param
+ * @return Response string.
+- (NSString *)responseString:(NSStringEncoding)
Property changes on: Headers/SSHTTPClient.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ISSViewDelegate.h
===================================================================
--- Headers/ISSViewDelegate.h (revision 0)
+++ Headers/ISSViewDelegate.h (revision 2)
@@ -0,0 +1,102 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &Foundation/Foundation.h&
+#import &ShareSDKTypeDef.h&
+///#begin zh-cn
+ * @brief 视图委托协议
+///#begin en
+ * @brief
View delegate protocol.
+@protocol ISSViewDelegate &NSObject&
+@optional
+///#begin zh-cn
+ * @brief 视图将要显示
+ * @param
viewController
视图控制器
+///#begin en
+ * @brief View will display.
+ * @param
viewController
View controller.
Platform type.
+- (void)viewOnWillDisplay:(UIViewController *)viewController shareType:(ShareType)shareT
+///#begin zh-cn
+ * @brief 视图将要关闭
+ * @param
viewController
视图控制器
+///#begin en
+ * @brief View will dismiss.
+ * @param
viewController
View controller.
Platform type.
+- (void)viewOnWillDismiss:(UIViewController *)viewController shareType:(ShareType)shareT
+///#begin zh-cn
+ * @brief 视图旋转到某个方向
viewController
视图控制器
+ * @param
toInterfaceOrientation
+///#begin en
+ * @brief Rotate the view to a certain direction
viewController
View controller.
+ * @param
toInterfaceOrientation
Interface orientation.
Platform type.
+- (void)view:(UIViewController *)viewController autorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation shareType:(ShareType)shareT
+@optional
获取发送邮件响应码
+//- (void)getShareResponseS
Property changes on: Headers/ISSViewDelegate.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ShareSDKTypeDef.h
===================================================================
--- Headers/ShareSDKTypeDef.h (revision 0)
+++ Headers/ShareSDKTypeDef.h (revision 2)
@@ -0,0 +1,337 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &AGCommon/ICMErrorInfo.h&
+#ifndef ShareSDKInterface_ShareSDKTypeDef_h
+#define ShareSDKInterface_ShareSDKTypeDef_h
+///#begin zh-cn
+ * @brief 分享类型
+///#begin en
+ * @brief Platform type.
+typedef enum
+ ShareTypeSinaWeibo = 1,
/**& 新浪微博 */
+ ShareTypeTencentWeibo = 2,
/**& 腾讯微博 */
+ ShareTypeDouBan = 5,
/**& 豆瓣社区 */
+ ShareTypeQQSpace = 6,
/**& QQ空间 */
+ ShareTypeRenren = 7,
/**& 人人网 */
+ ShareTypeKaixin = 8,
/**& 开心网 */
+ ShareTypePengyou = 9,
/**& 朋友网 */
+ ShareTypeFacebook = 10,
/**& Facebook */
+ ShareTypeTwitter = 11,
/**& Twitter */
+ ShareTypeEvernote = 12,
/**& 印象笔记 */
+ ShareTypeFoursquare = 13,
/**& Foursquare */
+ ShareTypeGooglePlus = 14,
/**& Google+ */
+ ShareTypeInstagram = 15,
/**& Instagram */
+ ShareTypeLinkedIn = 16,
/**& LinkedIn */
+ ShareTypeTumblr = 17,
/**& Tumbir */
ShareTypeMail = 18,
/**& 邮件分享 */
+ ShareTypeSMS = 19,
/**& 短信分享 */
+ ShareTypeAirPrint = 20,
/**& 打印 */
+ ShareTypeCopy = 21,
/**& 拷贝 */
ShareTypeWeixiSession = 22,
/**& 微信好友 */
+ ShareTypeWeixiTimeline = 23,
/**& 微信朋友圈 */
ShareTypeQQ = 24,
/**& QQ */
ShareTypeInstapaper = 25,
/**& Instapaper */
ShareTypePocket = 26,
/**& Pocket */
ShareTypeYouDaoNote = 27,
/**& 有道云笔记 */
ShareTypePinterest = 30,
/**& Pinterest */
ShareTypeFlickr = 34,
/**& Flickr */
ShareTypeDropbox = 35,
/**& Dropbox */
ShareTypeVKontakte = 36,
/**& VKontakte */
ShareTypeWeixiFav = 37,
/**& 微信收藏 */
ShareTypeYiXinSession = 38,
/**& 易信好友 */
ShareTypeYiXinTimeline = 39,
/**& 易信朋友圈 */
ShareTypeYiXinFav = 40,
/**& 易信收藏 */
ShareTypeMingDao = 41,
/**& 明道 */
ShareTypeLine = 42,
/**& Line */
ShareTypeWhatsApp = 43,
/**& Whats App */
ShareTypeKaKaoTalk = 44,
/**& KaKao Talk */
ShareTypeKaKaoStory = 45,
/**& KaKao Story */
ShareTypeAliPaySocial = 50,
/**& 支付宝 */
ShareTypeOther = -1,
ShareTypeAny = 99
/**& 任意平台 */
+///#begin zh-cn
+ * @brief 请求方式
+///#begin en
+ * @brief Request method.
+typedef enum
+ ShareSDKRequestMethodGet = 0,
/**& HTTP Get方式 */
+ ShareSDKRequestMethodPost = 1,
/**& HTTP Post方法 */
+ ShareSDKRequestMethodMultipartPost = 2
/**& HTTP Multipart POST方式,一般用于上传文件的api接口 */
+ShareSDKRequestM
+///#begin zh-cn
+ * @brief 微信分享场景
+///#begin en
+ * @brief WeChat scene.
+typedef enum
+ ShareSDKWeChatSceneSession = 0, /**& 好友 */
+ ShareSDKWeChatSceneTimeline = 1 /**& 朋友圈 */
+ShareSDKWeChatS
+///#begin zh-cn
+ * @brief 授权状态
+///#begin en
+ * @brief Authorized state.
+typedef enum
SSAuthStateBegan = 0, /**& 开始 */
+ SSAuthStateSuccess = 1, /**& 成功 */
+ SSAuthStateFail = 2, /**& 失败 */
SSAuthStateCancel = 3 /**& 取消 */
+///#begin zh-cn
+ * @brief 发布内容状态
+///#begin en
+ * @brief Publish content state.
+typedef enum
+ SSPublishContentStateBegan = 0, /**& 开始 */
+ SSPublishContentStateSuccess = 1, /**& 成功 */
+ SSPublishContentStateFail = 2, /**& 失败 */
+ SSPublishContentStateCancel = 3 /**& 取消 */
+SSPublishContentS
+///#begin zh-cn
+ * @brief 响应状态
+///#begin en
+ * @brief Response state.
+typedef enum
+ SSResponseStateBegan = 0, /**& 开始 */
+ SSResponseStateSuccess = 1, /**& 成功 */
+ SSResponseStateFail = 2, /**& 失败 */
+ SSResponseStateCancel = 3 /**& 取消 */
+SSResponseS
+///#begin zh-cn
+ * @brief 授权视图样式
+///#begin en
+ * @brief Authorize view style.
+typedef enum
+ SSAuthViewStylePopup = 0, /**& 弹出式窗口 */
+ SSAuthViewStyleModal = 1, /**& 模态式窗口,iPad默认 */
SSAuthViewStyleFullScreenPopup = 2 /**& 全屏弹出式窗口,iPhone默认 */
+SSAuthViewS
+///#begin zh-cn
+ * @brief 视图方向
+///#begin en
+ * @brief Interface orientation.
+typedef enum {
SSInterfaceOrientationMaskPortrait = (1 && UIInterfaceOrientationPortrait),
SSInterfaceOrientationMaskLandscapeLeft = (1 && UIInterfaceOrientationLandscapeLeft),
SSInterfaceOrientationMaskLandscapeRight = (1 && UIInterfaceOrientationLandscapeRight),
SSInterfaceOrientationMaskPortraitUpsideDown = (1 && UIInterfaceOrientationPortraitUpsideDown),
SSInterfaceOrientationMaskLandscape = (SSInterfaceOrientationMaskLandscapeLeft | SSInterfaceOrientationMaskLandscapeRight),
SSInterfaceOrientationMaskAll = (SSInterfaceOrientationMaskPortrait | SSInterfaceOrientationMaskLandscapeLeft | SSInterfaceOrientationMaskLandscapeRight | SSInterfaceOrientationMaskPortraitUpsideDown),
SSInterfaceOrientationMaskAllButUpsideDown = (SSInterfaceOrientationMaskPortrait | SSInterfaceOrientationMaskLandscapeLeft | SSInterfaceOrientationMaskLandscapeRight),
+}SSInterfaceOrientationM
+typedef enum
SSRectEdgeNone
SSRectEdgeTop
SSRectEdgeLeft
SSRectEdgeBottom = 1 && 2,
SSRectEdgeRight
SSRectEdgeAll
= SSRectEdgeTop | SSRectEdgeLeft | SSRectEdgeBottom | SSRectEdgeRight
+///#begin zh-cn
+ * @brief 用户字段类型
+///#begin en
+ * @brief User field type.
+typedef enum
+ SSUserFieldTypeUid = 0,
/**& 用户ID */
+ SSUserFieldTypeName = 1,
/**& 用户名称 */
SSUserFieldTypePath = 2
/**& 个人主页路径,仅用于LinkedIn */
+SSUserFieldT
+///#begin zh-cn
+ * @brief 分享内容的消息类型,仅对微信、QQApi有效
+///#begin en
+ * @brief Share meida type,Only for WeChat QQ.
+typedef enum
+ SSPublishContentMediaTypeText = 0, /**& 文本 */
+ SSPublishContentMediaTypeImage = 1, /**& 图片 */
+ SSPublishContentMediaTypeNews = 2, /**& 新闻 */
+ SSPublishContentMediaTypeMusic = 3, /**& 音乐 */
+ SSPublishContentMediaTypeVideo = 4, /**& 视频 */
SSPublishContentMediaTypeApp = 5, /**& 应用,仅供微信使用 */
SSPublishContentMediaTypeNonGif = 6, /**& 非Gif消息,仅供微信使用 */
SSPublishContentMediaTypeGif = 7 /**& Gif消息,仅供微信使用 */
+SSPublishContentMediaT
+///#begin zh-cn
+ * @brief 分享视图样式
+///#begin en
+ * @brief Share view style.
+typedef enum
+ SSShareViewStyleDefault = 0, /**& 默认 */
+ SSShareViewStyleSimple = 1, /**& 简约,只带有文字和图片显示UI */
+ SSShareViewStyleAppRecommend = 2 /**& 应用推荐,专为应用推荐而设的显示样式 */
+SSShareViewS
+///#begin zh-cn
+ * @brief 印象笔记类型
+///#begin en
+ * @brief Evernote type.
+typedef enum
+ SSEverNoteTypeSandbox = 0, /**& 沙箱 */
+ SSEverNoteTypeCN = 1, /**& 印象笔记 */
+ SSEverNoteTypeUS = 2 /**& Evernote International */
+SSEverNoteT
+///#begin zh-cn
+ * @brief 获得金币行为
+///#begin en
+ * @brief Obtain coins
+typedef enum
+ SSObtainCoinsActionInitalActivation = 1, /**& 首次激活 */
+ SSObtainCoinsActionDailyActivation = 2, /**& 每日激活 */
+ SSObtainCoinsActionShare = 3 /**& 分享 */
+SSObtainCoinsA
+///#begin zh-cn
+ * @brief UI风格
+///#begin en
+ * @brief UI Style
+typedef enum
+ SSUIStyleiOS7 = 0, /**& iOS7风格 */
+ SSUIStyleiOS7Below = 1 /**& iOS7系统版本以下风格 */
Property changes on: Headers/ShareSDKTypeDef.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ISSShareActionSheetItem.h
===================================================================
--- Headers/ISSShareActionSheetItem.h (revision 0)
+++ Headers/ISSShareActionSheetItem.h (revision 2)
@@ -0,0 +1,73 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &Foundation/Foundation.h&
+#import &ShareSDKEventHandlerDef.h&
+///#begin zh-cn
+ * @brief 分享菜单项协议
+///#begin en
+ * @brief Share menu item protocol
+@protocol ISSShareActionSheetItem &NSObject&
+///#begin zh-cn
+ * @brief 标题
+///#begin en
+ * @brief Title
+- (NSString *)
+///#begin zh-cn
+ * @brief 图标
+///#begin en
+ * @brief Icon image.
+- (UIImage *)
+///#begin zh-cn
+ * @brief 点击事件处理器
+///#begin en
+ * @brief Click menu item handler.
+- (SSShareActionSheetItemClickHandler)clickH
Property changes on: Headers/ISSShareActionSheetItem.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ISSContent.h
===================================================================
--- Headers/ISSContent.h (revision 0)
+++ Headers/ISSContent.h (revision 2)
@@ -0,0 +1,1769 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &Foundation/Foundation.h&
+#import &ShareSDKTypeDef.h&
+#import &ShareSDKCoreService/ShareSDKCoreService.h&
+#import &ISSPlatformShareContentEntity.h&
+///#begin zh-cn
+ * @brief 分享内容协议
+///#begin en
+ * @brief Share content protocol
+@protocol ISSContent &NSObject&
+///#begin zh-cn
+ * @brief 获取元数据
+ * @param
+ * @return 数据值
+///#begin en
+ * @brief Get metadata
+ * @param
Metadata name
+ * @return Metadata value
+- (id)getMetadata:(NSString *)
+///#begin zh-cn
+ * @brief 设置元数据
+ * @param
+ * @param
+///#begin en
+ * @brief Set metadata
+ * @param
Metadata name
+ * @param
Metadata value
+- (void)setMetadata:(NSString *)name value:(id)
+///#begin zh-cn
+ * @brief 删除元数据
+ * @param
+///#begin en
+ * @brief Remove metadata.
+ * @param
Metadata name
+- (void)removeMetadata:(NSString *)
+///#begin zh-cn
+ * @brief 获取标题(适用平台:QQ空间、人人、微信、QQ)
+ * @return 标题
+///#begin en
+ * @brief Get title(suitable platform:QZone、Renren、WeChat、QQ)
+ * @return title string
+- (NSString *)
+///#begin zh-cn
+ * @brief 设置标题
+ * @param
+///#begin en
+ * @brief Set title.
+ * @param
Title string.
+- (void)setTitle:(NSString *)
+///#begin zh-cn
+ * @brief 获取URL(适用平台:QQ空间、人人、Instapaper、微信、QQ)
+ * @return URL
+///#begin en
+ * @brief Get URL(suitable platform:QZone、Renren、Instapaper、WeChat、QQ)
+ * @return URL string
+- (NSString *)
+///#begin zh-cn
+ * @brief 设置URL
+ * @param
+///#begin en
+ * @brief Set URL.
+ * @param
URL string
+- (void)setUrl:(NSString *)
+///#begin zh-cn
+ * @brief 获取分享内容主体(适用平台:人人)
+ * @return 分享内容主体
+///#begin en
+ * @brief Get share description(suitable platform:Renren)
+ * @return Share description string.
+- (NSString *)
+///#begin zh-cn
+ * @brief 设置分享内容主体
+ * @param
分享内容主体
+///#begin en
+ * @brief Set share description.
+ * @param
Share description string.
+- (void)setDesc:(NSString *)
+///#begin zh-cn
+ * @brief 获取分享类型(适用平台:微信、QQ)
+ * @return 分享类型
+///#begin en
+ * @brief Get media type(suitable platform:WeChat、QQ)
+ * @return Media type
+- (SSPublishContentMediaType)mediaT
+///#begin zh-cn
+ * @brief 设置分享类型
+ * @param
+///#begin en
+ * @brief Set media type.
+ * @param
Media type.
+- (void)setMediaType:(SSPublishContentMediaType)mediaT
+///#begin zh-cn
+ * @brief 获取分享内容(适用平台:新浪、腾讯、豆瓣、人人、开心、有道云笔记、facebook、twitter、邮件、打印、短信、微信、QQ、拷贝)
+ * @return 分享内容
+///#begin en
+ * @brief Get share content(suitable platform:Sina Weibo、Tencent Weibo、DouBan、Renren、KaiXin、YouDaoNote、Facebook、Twitter、Mail、Print、SMS、WeChat、QQ、Copy)
+ * @return share content string.
+- (NSString *)
+///#begin zh-cn
+ * @brief 设置分享内容
+ * @param
+///#begin en
+ * @brief Set share content
+ * @param
Share content string.
+- (void)setContent:(NSString *)
+///#begin zh-cn
+ * @brief 获取默认分享内容,在没有设置content时使用。
(适用平台:新浪、腾讯、豆瓣、人人、开心、有道云笔记、facebook、twitter、邮件、打印、短信、微信、QQ、拷贝)
+ * @return 默认分享内容
+///#begin en
+ * @brief Get default share content,Used when there is no set content。
(suitable platform:Sina Weibo、Tencent Weibo、DouBan、Renren、KaiXin、YouDaoNote、Facebook、Twitter、Mail、Print、SMS、WeChat、QQ、Copy)
+ * @return Default share content string.
+- (NSString *)defaultC
+///#begin zh-cn
+ * @brief 设置默认分享内容
+ * @param
defaultContent
默认分享内容
+///#begin en
+ * @brief Set default share content.
+ * @param
defaultContent
Default share content string.
+- (void)setDefaultContent:(NSString *)defaultC
+///#begin zh-cn
+ * @brief 获取分享图片(适用平台:新浪、腾讯、豆瓣、人人、开心、facebook、twitter、邮件、打印、微信、QQ、短信)
+ * @return 分享图片
+///#begin en
+ * @brief Get share image.(uitable platform:Sina Weibo、Tencent Weibo、DouBan、Renren、KaiXin、Facebook、Twitter、Mai、Print、WeChat、QQ、SMS)
+ * @return image attachment object.
+- (id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 设置分享图片
+ * @param
+///#begin en
+ * @brief Set share image.
+ * @param
image attachment object.
+- (void)setImage:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 获取分享图片数组(适用平台:腾讯微博、Twitter)
+ * @return 分享图片
+///#begin en
+ * @brief Get share image array.(suitable platform:Tencent Weibo)
+ * @return image attachment object array.
+- (NSArray *)imageA
+///#begin zh-cn
+ * @brief 设置分享图片数组(适用平台:腾讯微博、Twitter)
+ * @param
+///#begin en
+ * @brief Set share image array.
+ * @param
image attachment object array.
+- (void)setImageArray:(NSArray *)imageA
+///#begin zh-cn
+ * @brief 获取地理位置
+ * @return 地理位置
+///#begin en
+ * @brief Get location
+ * @return Location object.
+- (SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 设置地理位置
+ * @param
locationCoordinate
+///#begin en
+ * @brief Set location.
+ * @param
locationCoordinate
Location object
+- (void)setLocationCoordinate:(SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 获取分组标识
+ * @return 分组标识
+///#begin en
+ * @brief Get group id.(uitable platform:VK)
+ * @return Group id string.
+- (NSString *)groupId;
+///#begin zh-cn
+ * @brief 设置分组标识
+ * @param
+///#begin en
+ * @brief Set group id.
+ * @return Group id string.
+- (void)setGroupId:(NSString *)groupId;
+///#begin zh-cn
+ * @brief 获取分享内容实体
+ * @param
+ * @return 分享内容实体
+///#begin en
+ * @brief Get share content entity.
+ * @param
Platform type.
+ * @return share content entity.
+- (id&ISSPlatformShareContentEntity&)shareContentEntityWithType:(ShareType)
+///#begin zh-cn
+ * @brief 设置分享内容实体
+ * @param
shareContentEntity
分享内容实体
+ * @param
+///#begin en
+ * @brief Set share content entity.
+ * @param
shareContentEntity
Share content entity.
+ * @param
Platform type.
+- (void)setShareContentEntity:(id&ISSPlatformShareContentEntity&)shareContentEntity
type:(ShareType)
+#pragma mark ContentUnti
+///#begin zh-cn
+ * @brief 添加微信好友内容单元,制定微信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
+ * @param
musicFileUrl
音乐文件路径
emoticonData
表情数据,用于存放Gif和非Gif图片数据
+///#begin en
+ * @brief add WeChat session content unit,When custom WeChat share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Media type. Please see SSPublishContentMediaType
+ * @param
Share content string.
+ * @param
Title string
+ * @param
URL string
+ * @param
Image attachment object
musicFileUrl
Music file URL
Extension information
emoticonData
Emoticon Data,Used to store Gif picture data
+- (void)addWeixinSessionUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
image:(id&ISSCAttachment&)image
musicFileUrl:(NSString *)musicFileUrl
extInfo:(NSString *)extInfo
fileData:(NSData *)fileData
emoticonData:(NSData *)emoticonD
+///#begin zh-cn
+ * @brief 添加微信朋友圈内容单元,制定微信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
+ * @param
musicFileUrl
音乐文件路径
emoticonData
表情数据,用于存放Gif和非Gif图片数据
+///#begin en
+ * @brief add WeChat Timeline content unit,When custom WeChat share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Media type. Please see SSPublishContentMediaType
+ * @param
Share content string.
+ * @param
Title string
+ * @param
URL string
+ * @param
Image attachment object
musicFileUrl
Music file URL
Extension information
emoticonData
Emoticon Data,Used to store Gif picture data
+- (void)addWeixinTimelineUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
image:(id&ISSCAttachment&)image
musicFileUrl:(NSString *)musicFileUrl
extInfo:(NSString *)extInfo
fileData:(NSData *)fileData
emoticonData:(NSData *)emoticonD
+///#begin zh-cn
+ * @brief 添加QQ内容单元,制定QQ分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
+ * @param
+///#begin en
+ * @brief add QQ content unit,When custom QQ share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Media type. Please see SSPublishContentMediaType
+ * @param
Share content string.
+ * @param
Title string
+ * @param
URL string
+ * @param
Image attachment object
+- (void)addQQUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加短信内容单元,制定短信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
+ * @param
分享主题 iOS (7.0 and later)
+ * @param
attachments
分享附件(id&ISSActtachment&类型组成的数组)iOS (7.0 and later)
+ * @param
recipients
收信人 iOS (7.0 and later)
+///#begin en
+ * @brief add SMS content unit. When custom SMS share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Share content string
+ * @param
subject iOS (7.0 and later)
+ * @param
attachments attachments(the type of array element is id&ISSActtachment&)iOS (7.0 and later)
+ * @param
recipients
recipients iOS (7.0 and later)
+- (void)addSMSUnitWithContent:(NSString *)
+- (void)addSMSUnitWithContent:(NSString *)content
subject:(NSString *)subject
attachments:(NSArray *)attachments
to:(NSArray*)
+///#begin zh-cn
+ * @brief 添加QQ空间内容单元,制定QQ空间分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
+ * @param
+ * @param
分享的来源网站名称,请填写网站申请接入时注册的网站名称。
+ * @param
分享的来源网站对应的网站地址url
+ * @param
+ * @param
分享分享内容概述
+ * @param
+ * @param
内容类型,4表示网页;5表示视频
+ * @param
视频的swf播放地址,在type为5时必须填写
+ * @param
是否同步到微博,等于1表示不同步,非1表示同步
+///#begin en
+ * @brief add QZone content unit, When custom QZone share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Title string
+ * @param
URL string
+ * @param
Shared Source website name.Please fill in the website domain name when applying for registration.
+ * @param
Shared source site corresponding website url.
+ * @param
Comment content string.
+ * @param
Share content summary
+ * @param
Image attachment object
+ * @param
Content type:,4 indicate web page;5 indicate video
+ * @param
SWF play url.,In the type of 5 must be filled
+ * @param
Synchronized to Tencent Weibo, equal to 1 are not synchronized, non-1 represents a synchronization
+- (void)addQQSpaceUnitWithTitle:(NSString *)title
url:(NSString *)url
site:(NSString *)site
fromUrl:(NSString *)fromUrl
comment:(NSString *)comment
summary:(NSString *)summary
image:(id&ISSCAttachment&)image
type:(NSNumber *)type
playUrl:(NSString *)playUrl
nswb:(NSNumber *)
+///#begin zh-cn
+ * @brief 添加有道云笔记内容单元。
+ * @param
+ * @param
+ * @param
+ * @param
+ * @param
attachments
+///#begin en
+ * @brief Add YouDaoNote content unit.
+ * @param
Content string
+ * @param
Title string
+ * @param
+ * @param
+ * @param
attachments
Attachments array
+- (void)addYouDaoNoteUnitWithContent:(NSString *)content
title:(NSString *)title
author:(NSString *)author
source:(NSString *)source
attachments:(NSArray *)
+///#begin zh-cn
+ * @brief 添加Instapaper分享内容
+ * @param
+ * @param
标题,无标题时传入nil
+ * @param
description
描述,无描述时传入nil
+///#begin en
+ * @brief Add Instapaper content unit
+ * @param
URL string
+ * @param
Title string,passing nil when there is no title
+ * @param
description
Description, passing nil when there is no description
+- (void)addInstapaperContentWithUrl:(NSString *)url
title:(NSString *)title
description:(NSString *)
+///#begin zh-cn
+ * @brief 添加邮件内容单元,制定邮件分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
+ * @param
+ * @param
邮件内容格式:YES:HTML格式。NO:普通文本格式
attachments
收件人邮箱地址列表
抄送邮箱地址列表
密送邮箱地址列表
+///#begin en
+ * @brief Add Mail content unit,When custom Mail share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Subject string
+ * @param
Content string
+ * @param
Content format:YES indicate body is HTML format。NO indicate body is Normal text
attachments
Attachments Array
Recipient e-mail address list
Cc-mail address list
Bcc e-mail address list
+- (void)addMailUnitWithSubject:(NSString *)subject
content:(NSString *)content
isHTML:(NSNumber *)isHTML
attachments:(NSArray *)attachments
to:(NSArray *)to
cc:(NSArray *)cc
bcc:(NSArray *)
+///#begin zh-cn
+ * @brief 添加人人网
+ * @param
标题 注意:最多30个字符
+ * @param
description
主体内容 注意:最多200个字符。
+ * @param
指向的链接
+ * @param
用户输入的自定义内容。注意:最多200个字符。
+ * @param
分享图片对象
+ * @param
副标题 注意:最多20个字符
+///#begin en
+ * @brief Add Renren content unit
+ * @param
Title. Note: Up to 30 characters.
+ * @param
description
Body content. Note: Up to 200 characters.
+ * @param
+ * @param
User input custom content. Note: Up to 200 characters.
+ * @param
Image attachment object
+ * @param
Subtitle. Note: Up to 20 characters
+- (void)addRenRenUnitWithName:(NSString *)name
description:(NSString *)description
url:(NSString *)url
message:(NSString *)message
image:(id&ISSCAttachment&)image
caption:(NSString *)
+///#begin zh-cn
+ * @brief 添加Pocket内容单元
+ * @param
+ * @param
标题,如果链接内容无标题时使用
+ * @param
带逗号分隔的标签列表
+ * @param
+///#begin en
+ * @brief Add Pocket content unit.
+ * @param
Share link.
+ * @param
Title, if the linked content Untitled used.
+ * @param
With a comma-separated list of tags
+ * @param
+- (void)addPocketUnitWithUrl:(NSString *)url
title:(NSString *)title
tags:(NSString *)tags
tweetId:(NSString *)tweetId;
+///#begin zh-cn
+ * @brief 添加印象笔记内容单元
+ * @param
+ * @param
+ * @param
图片资源列表,元素为ISSAttachment协议对象。如果设置为INHERIT_VALUE则继承父级内容的image。
+///#begin en
+ * @brief Add EverNote content unit
+ * @param
Content string
+ * @param
Title string
+ * @param
Image resource list,Element is ISSAttachment protocol object。If the parameter is set to INHERIT_VALUE. will using the parent's image parameter value.
+- (void)addEvernoteUnitWithContent:(NSString *)content
title:(NSString *)title
resources:(NSArray *)
+///#begin zh-cn
+ * @brief 添加印象笔记内容单元
+ * @param
+ * @param
+ * @param
图片资源列表,元素为ISSAttachment协议对象。如果设置为INHERIT_VALUE则继承父级内容的image。
notebookGuid
标签ID列表
+///#begin en
+ * @brief Add EverNote content unit
+ * @param
Content string
+ * @param
Title string
+ * @param
Image resource list,Element is ISSAttachment protocol object。If the parameter is set to INHERIT_VALUE. will using the parent's image parameter value.
notebookGuid
Notebook guid
Tag guid list.
+- (void)addEvernoteUnitWithContent:(NSString *)content
title:(NSString *)title
resources:(NSArray *)resources
notebookGuid:(NSString *)notebookGuid
tagsGuid:(NSArray *)tagsG
+///#begin zh-cn
+ * @brief 添加新浪微博内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Sina Weibo content unit.
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addSinaWeiboUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加新浪微博内容单元
+ * @param
+ * @param
locationCoordinate
+///#begin en
+ * @brief Add Sina Weibo content unit
+ * @param
Content string.
+ * @param
Image attachment object.
locationCoordinate
Location info.
+- (void)addSinaWeiboUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)image
locationCoordinate:(SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 添加腾讯微博内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Tencent Weibo content unit
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addTencentWeiboUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加腾讯微博内容单元
+ * @param
+ * @param
+ * @param
locationCoordinate
+///#begin en
+ * @brief Add Tencent Weibo content unit
+ * @param
Content string
+ * @param
Image attachment object.
+ * @param
locationCoordinate
Location info.
+- (void)addTencentWeiboUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)image
locationCoordinate:(SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 添加腾讯微博多图内容单元
+ * @param
+ * @param
imageArray
图片数组,类型是id&ISSCAttachment&类型
+ * @param
locationCoordinate
+///#begin en
+ * @brief Add Tencent Weibo content unit
+ * @param
Content string
+ * @param
imageArray
Image attachment array.
+ * @param
locationCoordinate
Location info.
+- (void)addTencentWeiboUnitWithContent:(NSString *)content
imageArray:(NSArray *)imageArray
locationCoordinate:(SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 添加拷贝内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Copy content unit
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addCopyUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加打印内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Print content unit
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addAirPrintWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加豆瓣内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Douban content unit
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addDouBanWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加Facebook内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Facebook content unit
+ * @param
Content string
+ * @param
Image attachment object.
+- (void)addFacebookWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加Twitter内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Twitter content unit
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addTwitterWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加Twitter内容单元
+ * @param
+ * @param
+ * @param
locationCoordinate
+///#begin en
+ * @brief Add Twitter content unit
+ * @param
Content string.
+ * @param
Image attachment object.
+ * @param
locationCoordinate
Location info.
+- (void)addTwitterWithContent:(NSString *)content
image:(id&ISSCAttachment&)image
locationCoordinate:(SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 添加推特多图内容单元
+ * @param
+ * @param
imageArray
图片数组,类型是id&ISSCAttachment&类型
+ * @param
locationCoordinate
+///#begin en
+ * @brief Add twitter content unit
+ * @param
Content string
+ * @param
imageArray
Image attachment array.
+ * @param
locationCoordinate
Location info.
+- (void)addTwitterUnitWithContent:(NSString *)content
imageArray:(NSArray *)imageArray
locationCoordinate:(SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 添加开心网内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add KaiXin content unit
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addKaiXinUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加LinkedIn内容单元
+ * @param
对分享内容的评论
+ * @param
+ * @param
description
+ * @param
内容链接地址
+ * @param
内容相关图片(只允许分享网络图片)
+ * @param
visibility
可见,默认为anyone
+///#begin en
+ * @brief Add LinkedIn content unit
+ * @param
Comments for sharing content
+ * @param
Title string
+ * @param
description
Content description
+ * @param
Url string
+ * @param
Image attachment object(Pictures only allows sharing network)
+ * @param
visibility
Visible, the default is anyone
+- (void)addLinkedInUnitWithComment:(NSString *)comment
title:(NSString *)title
description:(NSString *)description
url:(NSString *)url
image:(id&ISSCAttachment&)image
visibility:(NSString *)
+///#begin zh-cn
+ * @brief 添加Google+内容单元
+ * @param
分享图片,如果设置此参数,则跟链接相关参数将无效(包括:url、deepLinkId、title、description、thumbnail)。
+ * @param
+ * @param
deepLinkId
+ * @param
深链接标题
+ * @param
description
深链接描述
+ * @param
+///#begin en
+ * @brief Add Google+ content unit
+ * @param
Content string.
Share pictures, if you set this parameter, with links to related parameters will be invalid(contains:url、deepLinkId、title、description、thumbnail)。
+ * @param
Url string
+ * @param
deepLinkId
+ * @param
Deep link title string
+ * @param
description
Deep link description
+ * @param
Thumbnails
+- (void)addGooglePlusUnitWithText:(NSString *)text
image:(id&ISSCAttachment&)image
url:(NSString *)url
deepLinkId:(NSString *)deepLinkId
title:(NSString *)title
description:(NSString *)description
thumbnail:(NSString *)
+///#begin zh-cn
+ * @brief 添加Pinterest内容单元
+ * @param
+ * @param
+ * @param
description
+///#begin en
+ * @brief Add Pinterest content unit
+ * @param
Image attachment object.
+ * @param
Url string.
+ * @param
description
Description.
+- (void)addPinterestUnitWithImage:(id&ISSCAttachment&)image
url:(NSString *)url
description:(NSString *)
+///#begin zh-cn
+ * @brief 添加Flickr内容单元
+ * @param
+ * @param
+ * @param
description
相片描述。可能包含某受限的 HTML。
+ * @param
適用於相片的以空格分隔的標籤清單。
+ * @param
設定為 0 表示否,1 表示是。指定誰可以檢視相片。
+ * @param
設定為 0 表示否,1 表示是。指定誰可以檢視相片。
+ * @param
設定為 0 表示否,1 表示是。指定誰可以檢視相片。
+ * @param
safetyLevel
設置 1 為「安全級」、2 為「輔導級」、3 為「限制級」。
+ * @param
contentType
設置 1 為「相片」、2 為「螢幕截圖」、3 為「其他」。
+ * @param
設置 1 為「相片」、2 為「螢幕截圖」、3 為「其他」。
+///#begin en
+ * @brief Add Flickr content unit
+ * @param
Image attachment object.
+ * @param
Title string.
+ * @param
description
Image description。HTML may contain a limited。
+ * @param
Suitable for space-separated list of labels photo.
+ * @param
Set to 0 for no, 1 indicate yes. Specify who can view photos.
+ * @param
Set to 0 for no, 1 indicate yes. Specify who can view photos.
+ * @param
Set to 0 for no, 1 indicate yes. Specify who can view photos.
+ * @param
safetyLevel
Set to 1 is &safe level&, 2 is &PG&, 3 is &X-rated.&
+ * @param
contentType
Set to 1 is the &Photo&, 2 is &screen shots&, 3 is &Other.&
+ * @param
Set to 1 is the &Photo&, 2 is &screen shots&, 3 is &Other.&
+- (void)addFlickrUnitWithPhoto:(id&ISSCAttachment&)photo
title:(NSString *)title
description:(NSString *)description
tags:(NSString *)tags
isPublic:(NSNumber *)isPublic
isFriend:(NSNumber *)isFriend
isFamily:(NSNumber *)isFamily
safetyLevel:(NSNumber *)safetyLevel
contentType:(NSNumber *)contentType
hidden:(NSNumber *)
+///#begin zh-cn
+ * @brief 添加Tumblr内容单元
+ * @param
内容,可以带有HTML标签
+ * @param
+ * @param
+ * @param
点击后跳转的链接
+ * @param
博客名称,为nil时表示发去主博客
+///#begin en
+ * @brief Add Tumblr content unit
+ * @param
Content string, Can with HTML tags.
+ * @param
Title string.
+ * @param
Image attachment object
+ * @param
Jump Links
+ * @param
Blog name, or nil when sent to the main blog
+- (void)addTumblrUnitWithText:(NSString *)text
title:(NSString *)title
image:(id&ISSCAttachment&)image
url:(NSString *)url
blogName:(NSString *)blogN
+///#begin zh-cn
+ * @brief 添加Dropbox内容单元
+ * @param
+///#begin en
+ * @brief Add Dropbox content unit.
+ * @param
File attachment object.
+- (void)addDropboxUnitWithFile:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加VKontakte内容单元
+ * @param
+ * @param
attachments
+ * @param
+ * @param
+ * @param
friendsOnly
是否仅允许好友查看
+ * @param
locationCoordinate
地理位置信息
+///#begin en
+ * @brief Add VKontakte content unit
+ * @param
Message string.
+ * @param
attachments
Attachment list
+ * @param
Url string.
+ * @param
+ * @param
friendsOnly
Whether to allow only friends to view
+ * @param
locationCoordinate
Location info
+- (void)addVKontakteUnitWithMessage:(NSString *)message
attachments:(NSArray *)attachments
url:(NSString *)url
groupId:(NSString *)groupId
friendsOnly:(NSNumber *)friendsOnly
locationCoordinate:(SSCLocationCoordinate2D *)locationC
+///#begin zh-cn
+ * @brief 添加Instagram内容单元
+ * @param
+ * @param
+///#begin en
+ * @brief Add Instagram content unit
+ * @param
Title string
+ * @param
Image attachment object
+- (void)addInstagramUnitWithTitle:(NSString *)title
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief 添加易信好友内容单元,制定微信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
@since ver2.7.0
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
thumbImage
+ * @param
musicFileUrl
音乐文件路径
+///#begin en
+ * @brief Add YiXin session content unit,When custom YiXin session share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
@since ver2.7.0
+ * @param
Media type,Please see SSPublishContentMediaType
+ * @param
Content string
+ * @param
Title string
+ * @param
URL string
thumbImage
Thumbnails
+ * @param
Image attachment object
musicFileUrl
Music file url string.
Extended Information
+- (void)addYiXinSessionUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
thumbImage:(id&ISSCAttachment&)thumbImage
image:(id&ISSCAttachment&)image
musicFileUrl:(NSString *)musicFileUrl
extInfo:(NSString *)extInfo
fileData:(NSData *)fileD
+///#begin zh-cn
+ * @brief 添加易信朋友圈内容单元,制定微信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
@since ver2.7.0
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
thumbImage
+ * @param
musicFileUrl
音乐文件路径
+///#begin en
+ * @brief Add YiXin timeline content unit,When custom YiXin timeline share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
@since ver2.7.0
+ * @param
Media type,Please see SSPublishContentMediaType
+ * @param
Content string
+ * @param
Title string
+ * @param
URL string
thumbImage
Thumbnails
+ * @param
Image attachment object
musicFileUrl
Music file url string.
Extended Information
+- (void)addYiXinTimelineUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
thumbImage:(id&ISSCAttachment&)thumbImage
image:(id&ISSCAttachment&)image
musicFileUrl:(NSString *)musicFileUrl
extInfo:(NSString *)extInfo
fileData:(NSData *)fileD
+///#begin zh-cn
+ * @brief 添加微信好友内容单元,制定微信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
增加缩略图参数
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
thumbImage
+ * @param
musicFileUrl
音乐文件路径
emoticonData
表情数据,用于存放Gif和非Gif图片数据
+///#begin en
+ * @brief Add WeChat session content unit,When custom WeChat session share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
增加缩略图参数
+ * @param
Media type,Please see SSPublishContentMediaType
+ * @param
Content string
+ * @param
Title string
+ * @param
URL string
thumbImage
Thumbnails
+ * @param
Image attachment object
musicFileUrl
Music file url string.
Extended Information
emoticonData
Emoticon Data,Used to store Gif picture data
+- (void)addWeixinSessionUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
thumbImage:(id&ISSCAttachment&)thumbImage
image:(id&ISSCAttachment&)image
musicFileUrl:(NSString *)musicFileUrl
extInfo:(NSString *)extInfo
fileData:(NSData *)fileData
emoticonData:(NSData *)emoticonD
+///#begin zh-cn
+ * @brief 添加微信朋友圈内容单元,制定微信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
增加缩略图参数
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
thumbImage
+ * @param
musicFileUrl
音乐文件路径
emoticonData
表情数据,用于存放Gif和非Gif图片数据
+///#begin en
+ * @brief Add WeChat timeline content unit,When custom WeChat timeline share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
增加缩略图参数
+ * @param
Media type,Please see SSPublishContentMediaType
+ * @param
Content string
+ * @param
Title string
+ * @param
URL string
thumbImage
Thumbnails
+ * @param
Image attachment object
musicFileUrl
Music file url string.
Extended Information
emoticonData
Emoticon Data,Used to store Gif picture data
+- (void)addWeixinTimelineUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
thumbImage:(id&ISSCAttachment&)thumbImage
image:(id&ISSCAttachment&)image
musicFileUrl:(NSString *)musicFileUrl
extInfo:(NSString *)extInfo
fileData:(NSData *)fileData
emoticonData:(NSData *)emoticonD
+///#begin zh-cn
+ * @brief 添加微信收藏内容单元,制定微信分享时的内容使用此参数,如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
分享类型,请参考SSPublishContentMediaType
+ * @param
+ * @param
+ * @param
thumbImage
+ * @param
musicFileUrl
音乐文件路径
emoticonData
表情数据,用于存放Gif和非Gif图片数据
+///#begin en
+ * @brief Add WeChat Favorite content unit,When custom WeChat Favorite share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Media type,Please see SSPublishContentMediaType
+ * @param
Content string
+ * @param
Title string
+ * @param
URL string
thumbImage
Thumbnails
+ * @param
Image attachment object
musicFileUrl
Music file url string.
Extended Information
emoticonData
Emoticon Data,Used to store Gif picture data
+- (void)addWeixinFavUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
thumbImage:(id&ISSCAttachment&)thumbImage
image:(id&ISSCAttachment&)image
musicFileUrl:(NSString *)musicFileUrl
extInfo:(NSString *)extInfo
fileData:(NSData *)fileData
emoticonData:(NSData *)emoticonD
+///#begin zh-cn
+ * @brief 添加明道内容单元。定制明道分享时地内容使用此方法。如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
+ * @param
+ * @param
+ * @param
+///#begin en
+ * @brief Add MingDao content unit,When custom MingDao share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Content string
+ * @param
Image attachment object
+ * @param
Title string.
+ * @param
URL string.
+- (void)addMingDaoUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)image
title:(NSString *)title
url:(NSString *)
+///#begin zh-cn
+ * @brief 添加Line内容单元。定制Line分享时内容使用此方法。如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
+ * @param
+///#begin en
+ * @brief Add Line content unit,When custom Line share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
Content string.
+ * @param
Image attachment object.
+- (void)addLineUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)
+///#begin zh-cn
+ * @brief
添加WhatsApp内容单元。定制WhatsApp分享时内容使用此方法。如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
+ * @param
+ * @param
+ * @param
+ * @param
+///#begin en
+ * @brief
Add WhatsApp content unit,When custom WhatsApp share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
+ * @param
content string
+ * @param
image attachment
+ * @param
music attachment
+ * @param
video attachment
+- (void)addWhatsAppUnitWithContent:(NSString *)content
image:(id&ISSCAttachment&)image
music:(id&ISSCAttachment&)music
video:(id&ISSCAttachment&)
+///#begin zh-cn
添加KaKaoTalk内容单元。定制KaKaoTalk分享时内容使用此方法。如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
@param type
分享内容类型,支持SSPublishContentMediaTypeText,SSPublishContentMediaTypeNews,SSPublishContentMediaTypeApp
@param content
@param title
@param url
@param appName
@param appVersion
@param appBundleId
应用的Bundle ID
@param iosDownloadUrl
iOS的应用下载地址
@param androidDownloadUrl Android的应用下载地址
@param executeUrl
运行应用的URL
+///#begin en
Add KaKaoTalk content unit,When custom KaKaoTalk share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
@param type
Share type,Only support SSPublishContentMediaTypeText,SSPublishContentMediaTypeNews,SSPublishContentMediaTypeApp
@param content
Content string
@param title
@param url
URL string
@param appName
Application name
@param appVersion
Application version
@param appBundleId
Bundle ID of Application
@param iosDownloadUrl
Application download URL for iOS
@param androidDownloadUrl Application download URL for Android
@param executeUrl
Execute URL
+- (void)addKaKaoTalkUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
url:(NSString *)url
appName:(NSString *)appName
appVersion:(NSString *)appVersion
appBundleId:(NSString *)appBundleId
iosDownloadUrl:(NSString *)iosDownloadUrl
androidDownloadUrl:(NSString *)androidDownloadUrl
executeUrl:(NSString *)executeU
+///#begin zh-cn
添加KaKaoStory内容单元。定制KaKaoStory分享时内容使用此方法。如果参数设置为INHERIT_VALUE则默认使用父级类型相关参数
@param type
分享内容类型,支持SSPublishContentMediaTypeText,SSPublishContentMediaTypeNews,SSPublishContentMediaTypeMusic,SSPublishContentMediaTypeVideo
@param content
@param title
@param fileUrl
@param description 描述
@param image
@param appName
@param appVersion
@param appBundleId appBundleID
+///#begin en
Add KaKaoStory content unit,When custom KaKaoStory share content use this method,If the parameter is set to INHERIT_VALUE. will using the parent parameter value.
@param type
Share type,Only Support SSPublishContentMediaTypeText,SSPublishContentMediaTypeNews,SSPublishContentMediaTypeMusic,SSPublishContentMediaTypeVideo
@param content
Content string
@param title
@param fileUrl
File's URL
@param description Description string
@param image
Image object
@param appName
Application name
@param appVersion
Application version
@param appBundleId Bundle ID of Application
+- (void)addKaKaoStoryUnitWithType:(NSNumber *)type
content:(NSString *)content
title:(NSString *)title
fileUrl:(NSString *)fileUrl
description:(NSString *)description
image:(id&ISSCAttachment&)image
appName:(NSString *)appName
appVersion:(NSString *)appVersion
appBundleId:(NSString *)appBundleId;
Property changes on: Headers/ISSContent.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ISSPlatformAuthSession.h
===================================================================
--- Headers/ISSPlatformAuthSession.h (revision 0)
+++ Headers/ISSPlatformAuthSession.h (revision 2)
@@ -0,0 +1,136 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &Foundation/Foundation.h&
+#import &ISSPlatformCredential.h&
+///#begin zh-cn
+ * @brief 授权返回事件
+///#begin en
+ * @brief Authorized result event.
+typedef void(^SSAuthResultEvent) (SSResponseState state, id&ISSPlatformCredential& credential, CMErrorInfo *error);
+///#begin zh-cn
+ * @brief 平台授权会话协议
+///#begin en
+ * @brief Authorized session protocol.
+@protocol ISSPlatformAuthSession &NSObject&
+@required
+///#begin zh-cn
+ * @brief 分享类型
+ * @return 分享类型
+///#begin en
+ * @brief Get platform type.
+ * @return Platform type. please see ShareType.
+- (ShareType)
+///#begin zh-cn
+ * @brief 开始授权
allowCallback
是否允许回调到服务器,默认为YES,对于无服务器端应用或者不需要回调授权数据到服务器的应用可以设置为NO。
SSO授权登录表示,YES 表示优先使用SSO进行授权,否则直接使用Web授权
+ * @param
+///#begin en
+ * @brief Start Authorized
allowCallback
Whether to allow callbacks to the server,Default YES, the server-side app for free or no callback authorization data to the server app can be set to NO.
SSO authorized enabled,YES indicate priority SSO authorize. otherwise authorized to use the Web authorized
Scopes list array.
+ * @param
Result handler
+- (void)startWithAllowCallback:(BOOL)allowCallback
ssoLogin:(BOOL)ssoLogin
scopes:(NSArray *)scopes
result:(SSAuthResultEvent)
+///#begin zh-cn
+ * @brief 取消授权
+///#begin en
+ * @brief Cancel authorized.
+///#begin zh-cn
+ * @brief 获取授权视图,如果返回nil则表示使用SSO方式进行登录。(注:请调用start方法后使用此属性,否则将恒定返回nil。)
+ * @return 授权视图
+///#begin en
+ * @brief Get authorized view. Returns nil if it means using the SSO login mode。(Note: Please call the start method after using this property, otherwise constant returns nil.)
+ * @return Authorized view.
+- (UIView *)
+///#begin zh-cn
+ * @brief SSO登录标识,目前仅新浪微博、Facebook支持SSO.(注:请调用start方法后使用此属性,否则将恒定返回NO)
+ * @return YES 表示SSO登录, NO 表示Web登录
+///#begin en
+ * @brief SSO Login flag.(Note: Please call the start method after using this property, otherwise constant returns nil.)
+ * @return YES indicate is SSO login. otherwise is Web login.
+- (BOOL)isSSOL
Property changes on: Headers/ISSPlatformAuthSession.h
___________________________________________________________________
Added: svn:executable
Index: Headers/ISSiPadViewController.h
===================================================================
--- Headers/ISSiPadViewController.h (revision 0)
+++ Headers/ISSiPadViewController.h (revision 2)
@@ -0,0 +1,164 @@
+///#begin zh-cn
on 13-1-14.
技术支持邮箱:
官方微信:ShareSDK
(如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
Copyright (c) 2013年 . All rights reserved.
+///#begin en
on 13-1-14.
Support E-mail:
WeChat ID:ShareSDK
(If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
Business QQ:
Copyright (c) 2013年 . All rights reserved.
+#import &Foundation/Foundation.h&
+///#begin zh-cn
+ * @brief iPad视图控制器协议,用于描述iPad中显示容器
+///#begin en
+ * @brief iPad view controller protocol,Used to describe the iPad display containers
+@protocol ISSiPadViewController &NSObject&
+///#begin zh-cn
+ * @brief 获取视图,表示弹出菜单显示在哪一个视图上
@return 视图对象
+///#begin en
+ * @brief Get view, Said the pop-up menu which is displayed on a view.
@return View object
+- (UIView *)
+///#begin zh-cn
+ * @brief 设置视图
+ * @param
+///#begin en
+ * @brief Set view
+ * @param
View object
+- (void)setView:(UIView *)
+///#begin zh-cn
+ * @brief 获取按钮项,表示弹出菜单用于显示在哪一个导航按钮上
@return 按钮项对象
+///#begin en
+ * @brief Get button item, which means that the pop-up menu, which is used to display on the navigation buttons
@return Button item object
+- (UIBarButtonItem *)buttonI
+///#begin }

我要回帖

更多关于 太岁是什么东西 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信