Public Member Functions

<OFInviteSendDelegate> Protocol Reference

#import <OFInvite.h>

List of all members.

Public Member Functions

(void) - didSendInvite:
(void) - didFailSendInvite:
(void) - didGetInviteIcon:OFInvite:
(void) - didFailGetInviteIconOFInvite:

Detailed Description

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


Member Function Documentation

- (void) didFailGetInviteIconOFInvite: (OFInvite *)  invite [optional]

Invoked when getInviteIcon fails

Parameters:
inviteThe OFInvite for which the image was requested.
- (void) didFailSendInvite: (OFInvite *)  invite [optional]

Invoked when sendInviteToUser fails

Parameters:
inviteThe invite that failed to send.
- (void) didGetInviteIcon: (UIImage *)  image
OFInvite: (OFInvite *)  invite 
[optional]

Invoked when getInviteIcon successfully completes

Parameters:
imageThe image requested
inviteThe invite the image belongs to.
- (void) didSendInvite: (OFInvite *)  invite [optional]

Invoked when sendInviteToUsers successfully completes

Parameters:
inviteThe invite that was sent successfully

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