FBSDKAppInviteContent
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

A model for app invite.

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

A URL to a preview image that will be displayed with the app invite

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

This is optional. If you don't include it a fallback image will be used.

Métodos da instância
initWithAppLinkURL:

Initializes a new instance

ParâmetroDescrição
appLinkURL

The required URL that will be used as a target when the user accepts the invite.

- (instancetype)
initWithAppLinkURL: (NSURL *)appLinkURL
NS_DESIGNATED_INITIALIZER;
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

ParâmetroDescrição
content

The other content

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