| | |
| | | #if 0 |
| | | #elif defined(__arm64__) && __arm64__ |
| | | // Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) |
| | | // Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) |
| | | #ifndef FBSDKSHAREKIT_SWIFT_H |
| | | #define FBSDKSHAREKIT_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | # include <swift/objc-prologue.h> |
| | | #endif |
| | | |
| | | #pragma clang diagnostic ignored "-Wduplicate-method-match" |
| | | #pragma clang diagnostic ignored "-Wauto-import" |
| | | #if defined(__OBJC__) |
| | | #include <Foundation/Foundation.h> |
| | |
| | | #include <cstdint> |
| | | #include <cstddef> |
| | | #include <cstdbool> |
| | | #include <cstring> |
| | | #include <stdlib.h> |
| | | #include <new> |
| | | #include <type_traits> |
| | | #else |
| | | #include <stdint.h> |
| | | #include <stddef.h> |
| | | #include <stdbool.h> |
| | | #include <string.h> |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #pragma clang diagnostic push |
| | | #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" |
| | | #if defined(__arm64e__) && __has_include(<ptrauth.h>) |
| | | # include <ptrauth.h> |
| | | #else |
| | | #pragma clang diagnostic push |
| | | #pragma clang diagnostic ignored "-Wreserved-macro-identifier" |
| | | # ifndef __ptrauth_swift_value_witness_function_pointer |
| | | # define __ptrauth_swift_value_witness_function_pointer(x) |
| | | # endif |
| | | # ifndef __ptrauth_swift_class_method_pointer |
| | | # define __ptrauth_swift_class_method_pointer(x) |
| | | # endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_TYPEDEFS) |
| | |
| | | # if __has_include(<uchar.h>) |
| | | # include <uchar.h> |
| | | # elif !defined(__cplusplus) |
| | | typedef unsigned char char8_t; |
| | | typedef uint_least16_t char16_t; |
| | | typedef uint_least32_t char32_t; |
| | | # endif |
| | |
| | | # if __has_feature(objc_class_property) |
| | | # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ |
| | | # else |
| | | # define SWIFT_CLASS_PROPERTY(...) |
| | | # define SWIFT_CLASS_PROPERTY(...) |
| | | # endif |
| | | #endif |
| | | |
| | | #if __has_attribute(objc_runtime_name) |
| | | # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) |
| | | #else |
| | | # define SWIFT_RUNTIME_NAME(X) |
| | | #if !defined(SWIFT_RUNTIME_NAME) |
| | | # if __has_attribute(objc_runtime_name) |
| | | # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) |
| | | # else |
| | | # define SWIFT_RUNTIME_NAME(X) |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(swift_name) |
| | | # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) |
| | | #else |
| | | # define SWIFT_COMPILE_NAME(X) |
| | | #if !defined(SWIFT_COMPILE_NAME) |
| | | # if __has_attribute(swift_name) |
| | | # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) |
| | | # else |
| | | # define SWIFT_COMPILE_NAME(X) |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(objc_method_family) |
| | | # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) |
| | | #else |
| | | # define SWIFT_METHOD_FAMILY(X) |
| | | #if !defined(SWIFT_METHOD_FAMILY) |
| | | # if __has_attribute(objc_method_family) |
| | | # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) |
| | | # else |
| | | # define SWIFT_METHOD_FAMILY(X) |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(noescape) |
| | | # define SWIFT_NOESCAPE __attribute__((noescape)) |
| | | #else |
| | | # define SWIFT_NOESCAPE |
| | | #if !defined(SWIFT_NOESCAPE) |
| | | # if __has_attribute(noescape) |
| | | # define SWIFT_NOESCAPE __attribute__((noescape)) |
| | | # else |
| | | # define SWIFT_NOESCAPE |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(ns_consumed) |
| | | # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| | | #else |
| | | # define SWIFT_RELEASES_ARGUMENT |
| | | #if !defined(SWIFT_RELEASES_ARGUMENT) |
| | | # if __has_attribute(ns_consumed) |
| | | # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| | | # else |
| | | # define SWIFT_RELEASES_ARGUMENT |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(warn_unused_result) |
| | | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
| | | #else |
| | | # define SWIFT_WARN_UNUSED_RESULT |
| | | #if !defined(SWIFT_WARN_UNUSED_RESULT) |
| | | # if __has_attribute(warn_unused_result) |
| | | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
| | | # else |
| | | # define SWIFT_WARN_UNUSED_RESULT |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(noreturn) |
| | | # define SWIFT_NORETURN __attribute__((noreturn)) |
| | | #else |
| | | # define SWIFT_NORETURN |
| | | #if !defined(SWIFT_NORETURN) |
| | | # if __has_attribute(noreturn) |
| | | # define SWIFT_NORETURN __attribute__((noreturn)) |
| | | # else |
| | | # define SWIFT_NORETURN |
| | | # endif |
| | | #endif |
| | | #if !defined(SWIFT_CLASS_EXTRA) |
| | | # define SWIFT_CLASS_EXTRA |
| | | # define SWIFT_CLASS_EXTRA |
| | | #endif |
| | | #if !defined(SWIFT_PROTOCOL_EXTRA) |
| | | # define SWIFT_PROTOCOL_EXTRA |
| | | # define SWIFT_PROTOCOL_EXTRA |
| | | #endif |
| | | #if !defined(SWIFT_ENUM_EXTRA) |
| | | # define SWIFT_ENUM_EXTRA |
| | | # define SWIFT_ENUM_EXTRA |
| | | #endif |
| | | #if !defined(SWIFT_CLASS) |
| | | # if __has_attribute(objc_subclassing_restricted) |
| | |
| | | # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) |
| | | # endif |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_PROTOCOL) |
| | | # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| | | # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_EXTENSION) |
| | | # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) |
| | | #endif |
| | | |
| | | #if !defined(OBJC_DESIGNATED_INITIALIZER) |
| | | # if __has_attribute(objc_designated_initializer) |
| | | # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) |
| | | # else |
| | | # define OBJC_DESIGNATED_INITIALIZER |
| | | # define OBJC_DESIGNATED_INITIALIZER |
| | | # endif |
| | | #endif |
| | | #if !defined(SWIFT_ENUM_ATTR) |
| | | # if defined(__has_attribute) && __has_attribute(enum_extensibility) |
| | | # if __has_attribute(enum_extensibility) |
| | | # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) |
| | | # else |
| | | # define SWIFT_ENUM_ATTR(_extensibility) |
| | | # define SWIFT_ENUM_ATTR(_extensibility) |
| | | # endif |
| | | #endif |
| | | #if !defined(SWIFT_ENUM) |
| | |
| | | #if !defined(SWIFT_DEPRECATED_MSG) |
| | | # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) |
| | | #endif |
| | | #if __has_feature(attribute_diagnose_if_objc) |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) |
| | | #else |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
| | | #if !defined(SWIFT_DEPRECATED_OBJC) |
| | | # if __has_feature(attribute_diagnose_if_objc) |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) |
| | | # else |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
| | | # endif |
| | | #endif |
| | | #if defined(__OBJC__) |
| | | #if !defined(IBSegueAction) |
| | | # define IBSegueAction |
| | | # define IBSegueAction |
| | | #endif |
| | | #endif |
| | | #if !defined(SWIFT_EXTERN) |
| | |
| | | #if !defined(SWIFT_CALL) |
| | | # define SWIFT_CALL __attribute__((swiftcall)) |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #if !defined(SWIFT_NOEXCEPT) |
| | | # define SWIFT_NOEXCEPT noexcept |
| | | #if !defined(SWIFT_INDIRECT_RESULT) |
| | | # define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) |
| | | #endif |
| | | #if !defined(SWIFT_CONTEXT) |
| | | # define SWIFT_CONTEXT __attribute__((swift_context)) |
| | | #endif |
| | | #if !defined(SWIFT_ERROR_RESULT) |
| | | # define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | # define SWIFT_NOEXCEPT noexcept |
| | | #else |
| | | #if !defined(SWIFT_NOEXCEPT) |
| | | # define SWIFT_NOEXCEPT |
| | | #endif |
| | | #if !defined(SWIFT_C_INLINE_THUNK) |
| | | # if __has_attribute(always_inline) |
| | | # if __has_attribute(nodebug) |
| | | # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) |
| | | # else |
| | | # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) |
| | | # endif |
| | | # else |
| | | # define SWIFT_C_INLINE_THUNK inline |
| | | # endif |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #if !defined(SWIFT_CXX_INT_DEFINED) |
| | | #define SWIFT_CXX_INT_DEFINED |
| | | namespace swift { |
| | | using Int = ptrdiff_t; |
| | | using UInt = size_t; |
| | | } |
| | | #if defined(_WIN32) |
| | | #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) |
| | | # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) |
| | | #endif |
| | | #else |
| | | #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) |
| | | # define SWIFT_IMPORT_STDLIB_SYMBOL |
| | | #endif |
| | | #endif |
| | | #if defined(__OBJC__) |
| | | #if __has_feature(modules) |
| | | #if __has_feature(objc_modules) |
| | | #if __has_warning("-Watimport-in-framework-header") |
| | | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
| | | #endif |
| | |
| | | #pragma clang diagnostic ignored "-Wunknown-pragmas" |
| | | #pragma clang diagnostic ignored "-Wnullability" |
| | | #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" |
| | | #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" |
| | | |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma push_macro("any") |
| | |
| | | @class NSURL; |
| | | @class NSString; |
| | | enum FBSDKAppInviteDestination : NSInteger; |
| | | |
| | | /// A model for app invite |
| | | SWIFT_CLASS_NAMED("AppInviteContent") |
| | | @interface FBSDKAppInviteContent : NSObject |
| | |
| | | FBSDKAppInviteDestinationMessenger = 1, |
| | | }; |
| | | |
| | | |
| | | /// An interface for validatable content and media. |
| | | SWIFT_PROTOCOL_NAMED("SharingValidatable") |
| | | @protocol FBSDKSharingValidatable |
| | |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)options error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKAppInviteContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A container of arguments for a camera effect. |
| | | /// An argument is a <code>String</code> or <code>[String]</code> identified by a <code>String</code> key. |
| | |
| | | @end |
| | | |
| | | @class UIImage; |
| | | |
| | | /// A container of textures for a camera effect. |
| | | /// A texture for a camera effect is an UIImages identified by a NSString key. |
| | | SWIFT_CLASS_NAMED("CameraEffectTextures") |
| | |
| | | @end |
| | | |
| | | @protocol FBSDKSharingContent; |
| | | |
| | | /// The common interface for sharing buttons. |
| | | /// See FBSendButton and FBShareButton |
| | | SWIFT_PROTOCOL_NAMED("SharingButton") |
| | |
| | | |
| | | @class FBSDKMessageDialog; |
| | | @class NSCoder; |
| | | |
| | | /// A button to send content through Messenger. |
| | | /// Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot |
| | | /// be shown, the button will be disable. |
| | |
| | | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A button to share content. |
| | | /// Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot |
| | | /// be shown, the button will be disabled. |
| | |
| | | - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; |
| | | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// Represents a single hashtag that can be used with the share dialog. |
| | | SWIFT_CLASS_NAMED("Hashtag") |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | @protocol FBSDKSharingDelegate; |
| | | |
| | | /// The common interface for components that initiate sharing. |
| | | /// See ShareDialog, MessageDialog |
| | | SWIFT_PROTOCOL_NAMED("Sharing") |
| | |
| | | - (BOOL)validateWithError:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | /// The common interface for dialogs that initiate sharing. |
| | | SWIFT_PROTOCOL_NAMED("SharingDialog") |
| | | @protocol FBSDKSharingDialog <FBSDKSharing> |
| | |
| | | /// @return <code>true</code> if the receiver was able to begin sharing, otherwise <code>false</code>. |
| | | - (BOOL)show; |
| | | @end |
| | | |
| | | |
| | | /// A dialog for sharing content through Messenger. |
| | | /// SUPPORTED SHARE TYPES |
| | |
| | | - (BOOL)validateWithError:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | |
| | | /// A model for content to share with a Facebook camera effect. |
| | | SWIFT_CLASS_NAMED("ShareCameraEffectContent") |
| | | @interface FBSDKShareCameraEffectContent : NSObject |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | /// A base interface for content to be shared. |
| | | SWIFT_PROTOCOL_NAMED("SharingContent") |
| | | @protocol FBSDKSharingContent <FBSDKSharingValidatable, NSObject> |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareCameraEffectContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @class UIViewController; |
| | | enum FBSDKShareDialogMode : NSUInteger; |
| | | |
| | | /// A dialog for sharing content on Facebook. |
| | | SWIFT_CLASS_NAMED("ShareDialog") |
| | | @interface FBSDKShareDialog : NSObject <FBSDKSharingDialog> |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareDialog (SWIFT_EXTENSION(FBSDKShareKit)) |
| | | @end |
| | | |
| | |
| | | }; |
| | | |
| | | @class FBSDKWebDialog; |
| | | |
| | | @interface FBSDKShareDialog (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKWebDialogDelegate> |
| | | - (void)webDialog:(FBSDKWebDialog * _Nonnull)webDialog didCompleteWithResults:(NSDictionary<NSString *, id> * _Nonnull)results; |
| | | - (void)webDialog:(FBSDKWebDialog * _Nonnull)webDialog didFailWithError:(NSError * _Nonnull)error; |
| | | - (void)webDialogDidCancel:(FBSDKWebDialog * _Nonnull)webDialog; |
| | | @end |
| | | |
| | | |
| | | |
| | | @interface FBSDKShareDialog (SWIFT_EXTENSION(FBSDKShareKit)) |
| | | @property (nonatomic, readonly) BOOL canShow; |
| | |
| | | FBSDKShareErrorUnknown = 203, |
| | | }; |
| | | |
| | | |
| | | /// A model for status and link content to be shared. |
| | | SWIFT_CLASS_NAMED("ShareLinkContent") |
| | | @interface FBSDKShareLinkContent : NSObject |
| | |
| | | /// This URL will be checked for all link meta tags for linking in platform specific ways. See documentation |
| | | /// for App Links (https://developers.facebook.com/docs/applinks/) |
| | | @property (nonatomic, copy) NSURL * _Nullable contentURL; |
| | | /// URI for the resource available at the URL which will be used to identify resources |
| | | /// * |
| | | @property (nonatomic, copy) NSString * _Nullable entityURI; |
| | | /// Boolean which decides if we are allowed to add music to the attachment |
| | | /// * |
| | | @property (nonatomic) BOOL isMusicAttachmentAllowed; |
| | | /// Hashtag for the content being shared. |
| | | @property (nonatomic, strong) FBSDKHashtag * _Nullable hashtag; |
| | | /// List of IDs for taggable people to tag with this content. |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareLinkContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareLinkContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | /// A protocol for media content (photo or video) to be shared. |
| | | SWIFT_PROTOCOL_NAMED("ShareMedia") |
| | | @protocol FBSDKShareMedia |
| | | @end |
| | | |
| | | |
| | | /// A model for media content (photo or video) to be shared. |
| | | SWIFT_CLASS_NAMED("ShareMediaContent") |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | |
| | | @end |
| | | |
| | | @class PHAsset; |
| | | |
| | | /// A photo for sharing. |
| | | SWIFT_CLASS_NAMED("SharePhoto") |
| | | @interface FBSDKSharePhoto : NSObject <FBSDKShareMedia> |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | |
| | | @interface FBSDKSharePhoto (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A model for photo content to be shared. |
| | | SWIFT_CLASS_NAMED("SharePhotoContent") |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKSharePhotoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKSharePhotoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Validate that this content contains valid values |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @class NSData; |
| | | |
| | | /// A video for sharing. |
| | | SWIFT_CLASS_NAMED("ShareVideo") |
| | | @interface FBSDKShareVideo : NSObject <FBSDKShareMedia> |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | |
| | | @interface FBSDKShareVideo (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A model for video content to be shared. |
| | | SWIFT_CLASS_NAMED("ShareVideoContent") |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareVideoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareVideoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// A delegate for types conforming to the <code>Sharing</code> protocol. |
| | | /// The delegate is notified with the results of the sharer as long as the application has permissions to |
| | |
| | | - (void)sharerDidCancel:(id <FBSDKSharing> _Nonnull)sharer; |
| | | @end |
| | | |
| | | |
| | | |
| | | |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #endif |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma clang attribute pop |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |
| | | #elif defined(__x86_64__) && __x86_64__ |
| | | // Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) |
| | | // Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) |
| | | #ifndef FBSDKSHAREKIT_SWIFT_H |
| | | #define FBSDKSHAREKIT_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | # include <swift/objc-prologue.h> |
| | | #endif |
| | | |
| | | #pragma clang diagnostic ignored "-Wduplicate-method-match" |
| | | #pragma clang diagnostic ignored "-Wauto-import" |
| | | #if defined(__OBJC__) |
| | | #include <Foundation/Foundation.h> |
| | |
| | | #include <cstdint> |
| | | #include <cstddef> |
| | | #include <cstdbool> |
| | | #include <cstring> |
| | | #include <stdlib.h> |
| | | #include <new> |
| | | #include <type_traits> |
| | | #else |
| | | #include <stdint.h> |
| | | #include <stddef.h> |
| | | #include <stdbool.h> |
| | | #include <string.h> |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #pragma clang diagnostic push |
| | | #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" |
| | | #if defined(__arm64e__) && __has_include(<ptrauth.h>) |
| | | # include <ptrauth.h> |
| | | #else |
| | | #pragma clang diagnostic push |
| | | #pragma clang diagnostic ignored "-Wreserved-macro-identifier" |
| | | # ifndef __ptrauth_swift_value_witness_function_pointer |
| | | # define __ptrauth_swift_value_witness_function_pointer(x) |
| | | # endif |
| | | # ifndef __ptrauth_swift_class_method_pointer |
| | | # define __ptrauth_swift_class_method_pointer(x) |
| | | # endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_TYPEDEFS) |
| | |
| | | # if __has_include(<uchar.h>) |
| | | # include <uchar.h> |
| | | # elif !defined(__cplusplus) |
| | | typedef unsigned char char8_t; |
| | | typedef uint_least16_t char16_t; |
| | | typedef uint_least32_t char32_t; |
| | | # endif |
| | |
| | | # if __has_feature(objc_class_property) |
| | | # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ |
| | | # else |
| | | # define SWIFT_CLASS_PROPERTY(...) |
| | | # define SWIFT_CLASS_PROPERTY(...) |
| | | # endif |
| | | #endif |
| | | |
| | | #if __has_attribute(objc_runtime_name) |
| | | # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) |
| | | #else |
| | | # define SWIFT_RUNTIME_NAME(X) |
| | | #if !defined(SWIFT_RUNTIME_NAME) |
| | | # if __has_attribute(objc_runtime_name) |
| | | # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) |
| | | # else |
| | | # define SWIFT_RUNTIME_NAME(X) |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(swift_name) |
| | | # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) |
| | | #else |
| | | # define SWIFT_COMPILE_NAME(X) |
| | | #if !defined(SWIFT_COMPILE_NAME) |
| | | # if __has_attribute(swift_name) |
| | | # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) |
| | | # else |
| | | # define SWIFT_COMPILE_NAME(X) |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(objc_method_family) |
| | | # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) |
| | | #else |
| | | # define SWIFT_METHOD_FAMILY(X) |
| | | #if !defined(SWIFT_METHOD_FAMILY) |
| | | # if __has_attribute(objc_method_family) |
| | | # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) |
| | | # else |
| | | # define SWIFT_METHOD_FAMILY(X) |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(noescape) |
| | | # define SWIFT_NOESCAPE __attribute__((noescape)) |
| | | #else |
| | | # define SWIFT_NOESCAPE |
| | | #if !defined(SWIFT_NOESCAPE) |
| | | # if __has_attribute(noescape) |
| | | # define SWIFT_NOESCAPE __attribute__((noescape)) |
| | | # else |
| | | # define SWIFT_NOESCAPE |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(ns_consumed) |
| | | # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| | | #else |
| | | # define SWIFT_RELEASES_ARGUMENT |
| | | #if !defined(SWIFT_RELEASES_ARGUMENT) |
| | | # if __has_attribute(ns_consumed) |
| | | # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| | | # else |
| | | # define SWIFT_RELEASES_ARGUMENT |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(warn_unused_result) |
| | | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
| | | #else |
| | | # define SWIFT_WARN_UNUSED_RESULT |
| | | #if !defined(SWIFT_WARN_UNUSED_RESULT) |
| | | # if __has_attribute(warn_unused_result) |
| | | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
| | | # else |
| | | # define SWIFT_WARN_UNUSED_RESULT |
| | | # endif |
| | | #endif |
| | | #if __has_attribute(noreturn) |
| | | # define SWIFT_NORETURN __attribute__((noreturn)) |
| | | #else |
| | | # define SWIFT_NORETURN |
| | | #if !defined(SWIFT_NORETURN) |
| | | # if __has_attribute(noreturn) |
| | | # define SWIFT_NORETURN __attribute__((noreturn)) |
| | | # else |
| | | # define SWIFT_NORETURN |
| | | # endif |
| | | #endif |
| | | #if !defined(SWIFT_CLASS_EXTRA) |
| | | # define SWIFT_CLASS_EXTRA |
| | | # define SWIFT_CLASS_EXTRA |
| | | #endif |
| | | #if !defined(SWIFT_PROTOCOL_EXTRA) |
| | | # define SWIFT_PROTOCOL_EXTRA |
| | | # define SWIFT_PROTOCOL_EXTRA |
| | | #endif |
| | | #if !defined(SWIFT_ENUM_EXTRA) |
| | | # define SWIFT_ENUM_EXTRA |
| | | # define SWIFT_ENUM_EXTRA |
| | | #endif |
| | | #if !defined(SWIFT_CLASS) |
| | | # if __has_attribute(objc_subclassing_restricted) |
| | |
| | | # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) |
| | | # endif |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_PROTOCOL) |
| | | # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| | | # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_EXTENSION) |
| | | # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) |
| | | #endif |
| | | |
| | | #if !defined(OBJC_DESIGNATED_INITIALIZER) |
| | | # if __has_attribute(objc_designated_initializer) |
| | | # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) |
| | | # else |
| | | # define OBJC_DESIGNATED_INITIALIZER |
| | | # define OBJC_DESIGNATED_INITIALIZER |
| | | # endif |
| | | #endif |
| | | #if !defined(SWIFT_ENUM_ATTR) |
| | | # if defined(__has_attribute) && __has_attribute(enum_extensibility) |
| | | # if __has_attribute(enum_extensibility) |
| | | # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) |
| | | # else |
| | | # define SWIFT_ENUM_ATTR(_extensibility) |
| | | # define SWIFT_ENUM_ATTR(_extensibility) |
| | | # endif |
| | | #endif |
| | | #if !defined(SWIFT_ENUM) |
| | |
| | | #if !defined(SWIFT_DEPRECATED_MSG) |
| | | # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) |
| | | #endif |
| | | #if __has_feature(attribute_diagnose_if_objc) |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) |
| | | #else |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
| | | #if !defined(SWIFT_DEPRECATED_OBJC) |
| | | # if __has_feature(attribute_diagnose_if_objc) |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) |
| | | # else |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
| | | # endif |
| | | #endif |
| | | #if defined(__OBJC__) |
| | | #if !defined(IBSegueAction) |
| | | # define IBSegueAction |
| | | # define IBSegueAction |
| | | #endif |
| | | #endif |
| | | #if !defined(SWIFT_EXTERN) |
| | |
| | | #if !defined(SWIFT_CALL) |
| | | # define SWIFT_CALL __attribute__((swiftcall)) |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #if !defined(SWIFT_NOEXCEPT) |
| | | # define SWIFT_NOEXCEPT noexcept |
| | | #if !defined(SWIFT_INDIRECT_RESULT) |
| | | # define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) |
| | | #endif |
| | | #if !defined(SWIFT_CONTEXT) |
| | | # define SWIFT_CONTEXT __attribute__((swift_context)) |
| | | #endif |
| | | #if !defined(SWIFT_ERROR_RESULT) |
| | | # define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | # define SWIFT_NOEXCEPT noexcept |
| | | #else |
| | | #if !defined(SWIFT_NOEXCEPT) |
| | | # define SWIFT_NOEXCEPT |
| | | #endif |
| | | #if !defined(SWIFT_C_INLINE_THUNK) |
| | | # if __has_attribute(always_inline) |
| | | # if __has_attribute(nodebug) |
| | | # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) |
| | | # else |
| | | # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) |
| | | # endif |
| | | # else |
| | | # define SWIFT_C_INLINE_THUNK inline |
| | | # endif |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #if !defined(SWIFT_CXX_INT_DEFINED) |
| | | #define SWIFT_CXX_INT_DEFINED |
| | | namespace swift { |
| | | using Int = ptrdiff_t; |
| | | using UInt = size_t; |
| | | } |
| | | #if defined(_WIN32) |
| | | #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) |
| | | # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) |
| | | #endif |
| | | #else |
| | | #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) |
| | | # define SWIFT_IMPORT_STDLIB_SYMBOL |
| | | #endif |
| | | #endif |
| | | #if defined(__OBJC__) |
| | | #if __has_feature(modules) |
| | | #if __has_feature(objc_modules) |
| | | #if __has_warning("-Watimport-in-framework-header") |
| | | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
| | | #endif |
| | |
| | | #pragma clang diagnostic ignored "-Wunknown-pragmas" |
| | | #pragma clang diagnostic ignored "-Wnullability" |
| | | #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" |
| | | #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" |
| | | |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma push_macro("any") |
| | |
| | | @class NSURL; |
| | | @class NSString; |
| | | enum FBSDKAppInviteDestination : NSInteger; |
| | | |
| | | /// A model for app invite |
| | | SWIFT_CLASS_NAMED("AppInviteContent") |
| | | @interface FBSDKAppInviteContent : NSObject |
| | |
| | | FBSDKAppInviteDestinationMessenger = 1, |
| | | }; |
| | | |
| | | |
| | | /// An interface for validatable content and media. |
| | | SWIFT_PROTOCOL_NAMED("SharingValidatable") |
| | | @protocol FBSDKSharingValidatable |
| | |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)options error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKAppInviteContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A container of arguments for a camera effect. |
| | | /// An argument is a <code>String</code> or <code>[String]</code> identified by a <code>String</code> key. |
| | |
| | | @end |
| | | |
| | | @class UIImage; |
| | | |
| | | /// A container of textures for a camera effect. |
| | | /// A texture for a camera effect is an UIImages identified by a NSString key. |
| | | SWIFT_CLASS_NAMED("CameraEffectTextures") |
| | |
| | | @end |
| | | |
| | | @protocol FBSDKSharingContent; |
| | | |
| | | /// The common interface for sharing buttons. |
| | | /// See FBSendButton and FBShareButton |
| | | SWIFT_PROTOCOL_NAMED("SharingButton") |
| | |
| | | |
| | | @class FBSDKMessageDialog; |
| | | @class NSCoder; |
| | | |
| | | /// A button to send content through Messenger. |
| | | /// Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot |
| | | /// be shown, the button will be disable. |
| | |
| | | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A button to share content. |
| | | /// Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot |
| | | /// be shown, the button will be disabled. |
| | |
| | | - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; |
| | | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// Represents a single hashtag that can be used with the share dialog. |
| | | SWIFT_CLASS_NAMED("Hashtag") |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | @protocol FBSDKSharingDelegate; |
| | | |
| | | /// The common interface for components that initiate sharing. |
| | | /// See ShareDialog, MessageDialog |
| | | SWIFT_PROTOCOL_NAMED("Sharing") |
| | |
| | | - (BOOL)validateWithError:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | /// The common interface for dialogs that initiate sharing. |
| | | SWIFT_PROTOCOL_NAMED("SharingDialog") |
| | | @protocol FBSDKSharingDialog <FBSDKSharing> |
| | |
| | | /// @return <code>true</code> if the receiver was able to begin sharing, otherwise <code>false</code>. |
| | | - (BOOL)show; |
| | | @end |
| | | |
| | | |
| | | /// A dialog for sharing content through Messenger. |
| | | /// SUPPORTED SHARE TYPES |
| | |
| | | - (BOOL)validateWithError:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | |
| | | /// A model for content to share with a Facebook camera effect. |
| | | SWIFT_CLASS_NAMED("ShareCameraEffectContent") |
| | | @interface FBSDKShareCameraEffectContent : NSObject |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | /// A base interface for content to be shared. |
| | | SWIFT_PROTOCOL_NAMED("SharingContent") |
| | | @protocol FBSDKSharingContent <FBSDKSharingValidatable, NSObject> |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareCameraEffectContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @class UIViewController; |
| | | enum FBSDKShareDialogMode : NSUInteger; |
| | | |
| | | /// A dialog for sharing content on Facebook. |
| | | SWIFT_CLASS_NAMED("ShareDialog") |
| | | @interface FBSDKShareDialog : NSObject <FBSDKSharingDialog> |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareDialog (SWIFT_EXTENSION(FBSDKShareKit)) |
| | | @end |
| | | |
| | |
| | | }; |
| | | |
| | | @class FBSDKWebDialog; |
| | | |
| | | @interface FBSDKShareDialog (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKWebDialogDelegate> |
| | | - (void)webDialog:(FBSDKWebDialog * _Nonnull)webDialog didCompleteWithResults:(NSDictionary<NSString *, id> * _Nonnull)results; |
| | | - (void)webDialog:(FBSDKWebDialog * _Nonnull)webDialog didFailWithError:(NSError * _Nonnull)error; |
| | | - (void)webDialogDidCancel:(FBSDKWebDialog * _Nonnull)webDialog; |
| | | @end |
| | | |
| | | |
| | | |
| | | @interface FBSDKShareDialog (SWIFT_EXTENSION(FBSDKShareKit)) |
| | | @property (nonatomic, readonly) BOOL canShow; |
| | |
| | | FBSDKShareErrorUnknown = 203, |
| | | }; |
| | | |
| | | |
| | | /// A model for status and link content to be shared. |
| | | SWIFT_CLASS_NAMED("ShareLinkContent") |
| | | @interface FBSDKShareLinkContent : NSObject |
| | |
| | | /// This URL will be checked for all link meta tags for linking in platform specific ways. See documentation |
| | | /// for App Links (https://developers.facebook.com/docs/applinks/) |
| | | @property (nonatomic, copy) NSURL * _Nullable contentURL; |
| | | /// URI for the resource available at the URL which will be used to identify resources |
| | | /// * |
| | | @property (nonatomic, copy) NSString * _Nullable entityURI; |
| | | /// Boolean which decides if we are allowed to add music to the attachment |
| | | /// * |
| | | @property (nonatomic) BOOL isMusicAttachmentAllowed; |
| | | /// Hashtag for the content being shared. |
| | | @property (nonatomic, strong) FBSDKHashtag * _Nullable hashtag; |
| | | /// List of IDs for taggable people to tag with this content. |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareLinkContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareLinkContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | /// A protocol for media content (photo or video) to be shared. |
| | | SWIFT_PROTOCOL_NAMED("ShareMedia") |
| | | @protocol FBSDKShareMedia |
| | | @end |
| | | |
| | | |
| | | /// A model for media content (photo or video) to be shared. |
| | | SWIFT_CLASS_NAMED("ShareMediaContent") |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | |
| | | @end |
| | | |
| | | @class PHAsset; |
| | | |
| | | /// A photo for sharing. |
| | | SWIFT_CLASS_NAMED("SharePhoto") |
| | | @interface FBSDKSharePhoto : NSObject <FBSDKShareMedia> |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | |
| | | @interface FBSDKSharePhoto (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A model for photo content to be shared. |
| | | SWIFT_CLASS_NAMED("SharePhotoContent") |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKSharePhotoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKSharePhotoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Validate that this content contains valid values |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | @class NSData; |
| | | |
| | | /// A video for sharing. |
| | | SWIFT_CLASS_NAMED("ShareVideo") |
| | | @interface FBSDKShareVideo : NSObject <FBSDKShareMedia> |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | |
| | | @interface FBSDKShareVideo (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | /// A model for video content to be shared. |
| | | SWIFT_CLASS_NAMED("ShareVideoContent") |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareVideoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | |
| | | @interface FBSDKShareVideoContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// A delegate for types conforming to the <code>Sharing</code> protocol. |
| | | /// The delegate is notified with the results of the sharer as long as the application has permissions to |
| | |
| | | - (void)sharerDidCancel:(id <FBSDKSharing> _Nonnull)sharer; |
| | | @end |
| | | |
| | | |
| | | |
| | | |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #endif |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma clang attribute pop |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |