FBSDKAppInviteContent
Existe una versión más reciente de esta clase. Consulta la última versión.

A model for app invite.

Conforms to:FBSDKCopying, NSSecureCoding
Superclass:NSObject
Declared in:FBSDKAppInviteContent.h
Propiedades
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.

appLinkURL

An app link target that will be used as a target when the user accept the invite.

@property (nonatomic, copy) NSURL *appLinkURL;
Discussion:

This is a requirement.

previewImageURL
@property (nonatomic, copy) NSURL *previewImageURL __attribute__ ((deprecated("use appInvitePreviewImageURL instead"
Métodos de instancia
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

ParámetroDescripción
content

The other content

- (BOOL) isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;