|
LuxChat
2.0
Instant messenger for iOS
|
#import <FBSDKSharing.h>
Instance Methods | |
| (BOOL) | - canShow |
| (BOOL) | - show |
Instance Methods inherited from <FBSDKSharing> | |
| (BOOL) | - validateWithError: |
Additional Inherited Members | |
Properties inherited from <FBSDKSharing> | |
| id< FBSDKSharingDelegate > | delegate |
| id< FBSDKSharingContent > | shareContent |
| BOOL | shouldFailOnDataError |
The common interface for dialogs that initiate sharing.
| - (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.
| - (BOOL) show |
Shows the dialog.
1.8.9.1