From 13e53a03f4d50169d0cf7f72d414753ae6b421ce Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:04:39 +0800 Subject: [PATCH] 添加V3.8.0 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h index 8609880..1604f80 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h @@ -21,14 +21,26 @@ #import <FBSDKShareKit/FBSDKSharing.h> /** - A dialog for sharing content through Messenger. + A dialog for sharing content through Messenger. + + SUPPORTED SHARE TYPES + - FBSDKShareLinkContent + - FBSDKShareMessengerOpenGraphMusicTemplateContent + - FBSDKShareMessengerMediaTemplateContent + - FBSDKShareMessengerGenericTemplateContent + + UNSUPPORTED SHARE TYPES (DEPRECATED AUGUST 2018) + - FBSDKShareOpenGraphContent + - FBSDKSharePhotoContent + - FBSDKShareVideoContent + - Any other types that are not one of the four supported types listed above */ @interface FBSDKMessageDialog : NSObject <FBSDKSharingDialog> /** - Convenience method to show a Message Share Dialog with content and a delegate. - - Parameter content: The content to be shared. - - Parameter delegate: The receiver's delegate. + Convenience method to show a Message Share Dialog with content and a delegate. + @param content The content to be shared. + @param delegate The receiver's delegate. */ + (instancetype)showWithContent:(id<FBSDKSharingContent>)content delegate:(id<FBSDKSharingDelegate>)delegate; -- Gitblit v1.8.0