FBSDKAppInviteContent Class Reference
Inherits from | NSObject |
Conforms to | FBSDKCopying NSSecureCoding |
Declared in | FBSDKAppInviteContent.h |
Tasks
-
appInvitePreviewImageURL
property -
appLinkURL
property -
previewImageURL
property -
– isEqualToAppInviteContent:
Properties
appInvitePreviewImageURL
A URL to a preview image that will be displayed with the app invite
@property (nonatomic, copy) NSURL *appInvitePreviewImageURL
Discussion
This is optional. If you don’t include it a fallback image will be used.
Declared In
FBSDKAppInviteContent.h
Instance Methods
isEqualToAppInviteContent:
Compares the receiver to another app invite content.
- (BOOL)isEqualToAppInviteContent:(FBSDKAppInviteContent *)content
Parameters
- content
The other content
Return Value
YES if the receiver’s values are equal to the other content’s values; otherwise NO
Declared In
FBSDKAppInviteContent.h