lpw
2021-01-26 49b8839fda3439edc31581527e84036e58f55f0f
frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingValidation.h
@@ -18,6 +18,8 @@
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
 Flags to indicate support for newer bridge options beyond the initial 20130410 implementation.
 */
@@ -29,11 +31,12 @@
  FBSDKShareBridgeOptionsVideoAsset    = 1 << 2,
  FBSDKShareBridgeOptionsVideoData     = 1 << 3,
  FBSDKShareBridgeOptionsWebHashtag    = 1 << 4, // if set, pass the hashtag as a string value, not an array of one string
};
} NS_SWIFT_NAME(ShareBridgeOptions);
/**
 A base interface for validation of content and media.
 */
NS_SWIFT_NAME(SharingValidation)
@protocol FBSDKSharingValidation
/**
@@ -44,3 +47,5 @@
- (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError *__autoreleasing *)errorRef;
@end
NS_ASSUME_NONNULL_END