LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
<FBSDKSharing> Protocol Reference

#import <FBSDKSharing.h>

Inheritance diagram for <FBSDKSharing>:
FBSDKShareAPI <FBSDKSharingDialog> FBSDKMessageDialog FBSDKShareDialog

Instance Methods

(BOOL) - validateWithError:
 

Properties

id< FBSDKSharingDelegatedelegate
 
id< FBSDKSharingContentshareContent
 
BOOL shouldFailOnDataError
 

Detailed Description

The common interface for components that initiate sharing.

See also
FBSDKShareDialog
FBSDKMessageDialog
FBSDKShareAPI

Method Documentation

- (BOOL) validateWithError: (NSError **)  errorRef

Validates the content on the receiver.

Parameters
errorRefIf an error occurs, upon return contains an NSError object that describes the problem.
Returns
YES if the content is valid, otherwise NO.

Property Documentation

- (id<FBSDKSharingDelegate>) delegate
readwritenonatomicweak

The receiver's delegate or nil if it doesn't have a delegate.

- (id<FBSDKSharingContent>) shareContent
readwritenonatomiccopy

The content to be shared.

- (BOOL) shouldFailOnDataError
readwritenonatomicassign

A Boolean value that indicates whether the receiver should fail if it finds an error with the share content. 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.


The documentation for this protocol was generated from the following file: