#import <OFSocialNotificationApi.h>
Public Member Functions | |
(void) | - didSendSocialNotification |
(void) | - didFailSendSocialNotification |
Adopt the OFSocialNotificationApiDelegate Protocol to receive information regarding OFSocialNotifications. You must call OFSocialNotification's +(void)setDelegate: method to receive information.
- (void) didFailSendSocialNotification | [optional] |
Invoked by an OFSocialNotificationApi class when sendWithPrepopulatedText fails.
- (void) didSendSocialNotification | [optional] |
Invoked by an OFSocialNotificationApi class when sendWithPrepopulatedText successfully completes.