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 2819eb7..1604f80 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h @@ -20,13 +20,25 @@ #import <FBSDKShareKit/FBSDKSharing.h> -/*! - @abstract 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> -/*! - @abstract Convenience method to show a Message Share Dialog with content and a 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. */ -- Gitblit v1.8.0