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

#import <FBSDKSharing.h>

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

Instance Methods

(BOOL) - canShow
 
(BOOL) - show
 
- Instance Methods inherited from <FBSDKSharing>
(BOOL) - validateWithError:
 

Additional Inherited Members

- Properties inherited from <FBSDKSharing>
id< FBSDKSharingDelegatedelegate
 
id< FBSDKSharingContentshareContent
 
BOOL shouldFailOnDataError
 

Detailed Description

The common interface for dialogs that initiate sharing.

Method Documentation

- (BOOL) canShow

A Boolean value that indicates whether the receiver can initiate a share. May return NO if the appropriate Facebook app is not installed and is required or an access token is required but not available. This method does not validate the content on the receiver, so this can be checked before building up the content.

See also
[FBSDKSharing - validateWithError: (FBSDKSharing-p)]
Returns
YES if the receiver can share, otherwise NO.
- (BOOL) show

Shows the dialog.

Returns
YES if the receiver was able to begin sharing, otherwise NO.

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