Public Member Functions

<OFSocialNotificationApiDelegate> Protocol Reference

#import <OFSocialNotificationApi.h>

List of all members.

Public Member Functions

(void) - didSendSocialNotification
(void) - didFailSendSocialNotification

Detailed Description

Adopt the OFSocialNotificationApiDelegate Protocol to receive information regarding OFSocialNotifications. You must call OFSocialNotification's +(void)setDelegate: method to receive information.


Member Function Documentation

- (void) didFailSendSocialNotification [optional]

Invoked by an OFSocialNotificationApi class when sendWithPrepopulatedText fails.

- (void) didSendSocialNotification [optional]

Invoked by an OFSocialNotificationApi class when sendWithPrepopulatedText successfully completes.


The documentation for this protocol was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties