#import <OFInviteDefinition.h>
List of all members.
Detailed Description
The public interface to OFInviteDefinition allows you to get Invite Definitions that are defined on the developer dashboard.
Member Function Documentation
Get an invite Definition by its invite id defined on the developer dashboard.
- Returns:
- OFRequestHandle for the server request. Use this to cancel the request
- Note:
- Invokes - (void)didGetInviteDefinition:(OFInviteDefinition*)definition on success and
- (void)didFailGetInviteDefinition on failure
Get the Invite Icon associated with this invite
- Returns:
- OFRequestHandle for the server request. Use this to cancel the request
- Note:
- Invokes - (void)didGetInviteIcon:(UIImage*)image OFInvite:(OFInvite*)invite; on success and
- (void)didFailGetInviteIconOFInvite:(OFInvite*)invite; on failure
Get the Primary Invite definition as defined on the developer dashboard
- Returns:
- OFRequestHandle for the server request. Use this to cancel the request
- Note:
- Invokes - (void)didGetPrimaryInviteDefinition:(OFInviteDefinition*)definition on success and
- (void)didFailGetPrimaryInviteDefinition on failure.
+ (NSString*) getResourceName |
|
|
|
Member Data Documentation
Property Documentation
- (NSString *) clientApplicationID [read, assign] |
The Application ID that this invite definition belongs to
Name of the application associated with this invite definition.
- (NSString *) developerMessage [read, assign] |
The user-uneditable string for this invite definition as seen on the developer dashboard
- (NSString *) inviteIconURL [read, assign] |
- (NSString *) inviteIdentifier [read, assign] |
Identifier as input on the developer dashboard
- (NSString *) receiverNotification [read, assign] |
Receiver Notification as seen on the developer dashboard.
- (NSString *) receiverParameter [read, assign] |
Receiver Parameter as defined in the developer dashboard
- Note:
- Only for Premium Members
- (NSString *) senderIncentiveText [read, assign] |
The "Call to Action" field input on the developer dashboard.
- (NSString *) senderNotification [read, assign] |
Sender Notification as seen on the developer dashboard.
- (NSString *) senderParameter [read, assign] |
Sender Parameter as defined in the developer dashboard
- Note:
- Only for Premium Members
- (NSString *) suggestedSenderMessage [read, assign] |
The suggested, user editable message as seen on the developer dashboard.
The documentation for this class was generated from the following file: