FBSDKSharing Protocol Reference
Conforms to | NSObject |
Declared in | FBSDKSharing.h |
Tasks
-
delegate
property required method -
shareContent
property required method -
shouldFailOnDataError
property required method -
– validateWithError:
required method
Properties
delegate
The receiver’s delegate or nil if it doesn’t have a delegate.
@property (nonatomic, weak) id<FBSDKSharingDelegate> delegate
Declared In
FBSDKSharing.h
shareContent
The content to be shared.
@property (nonatomic, copy) id<FBSDKSharingContent> shareContent
Declared In
FBSDKSharing.h
shouldFailOnDataError
A Boolean value that indicates whether the receiver should fail if it finds an error with the share content.
@property (nonatomic, assign) BOOL shouldFailOnDataError
Discussion
If NO, the sharer will still be displayed without the data that was mis-configured. For example, an invalid placeID specified on the shareContent would produce a data error.
Declared In
FBSDKSharing.h