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

#import <FBSDKSharing.h>

Inheritance diagram for <FBSDKSharingDelegate>:

Instance Methods

(void) - sharer:didCompleteWithResults:
 
(void) - sharer:didFailWithError:
 
(void) - sharerDidCancel:
 

Detailed Description

A delegate for FBSDKSharing. The delegate is notified with the results of the sharer as long as the application has permissions to receive the information. For example, if the person is not signed into the containing app, the sharer may not be able to distinguish between completion of a share and cancellation.

Method Documentation

- (void) sharer: (id< FBSDKSharing >)  sharer
didCompleteWithResults: (NSDictionary *)  results 

Sent to the delegate when the share completes without error or cancellation.

Parameters
sharerThe FBSDKSharing that completed.
resultsThe results from the sharer. This may be nil or empty.
- (void) sharer: (id< FBSDKSharing >)  sharer
didFailWithError: (NSError *)  error 

Sent to the delegate when the sharer encounters an error.

Parameters
sharerThe FBSDKSharing that completed.
errorThe error.
- (void) sharerDidCancel: (id< FBSDKSharing >)  sharer

Sent to the delegate when the sharer is cancelled.

Parameters
sharerThe FBSDKSharing that completed.

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