#import <OFInvite.h>
List of all members.
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:
-
invite | The OFInvite for which the image was requested. |
- (void) didFailSendInvite: |
|
(OFInvite *) |
invite |
[optional] |
Invoked when sendInviteToUser fails
- Parameters:
-
invite | The invite that failed to send. |
- (void) didGetInviteIcon: |
|
(UIImage *) |
image |
OFInvite: |
|
(OFInvite *) |
invite |
|
|
| [optional] |
Invoked when getInviteIcon successfully completes
- Parameters:
-
image | The image requested |
invite | The invite the image belongs to. |
- (void) didSendInvite: |
|
(OFInvite *) |
invite |
[optional] |
Invoked when sendInviteToUsers successfully completes
- Parameters:
-
invite | The invite that was sent successfully |
The documentation for this protocol was generated from the following file: