FBSDKAppInviteContent
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

A model for app invite.

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

Déclaré dans : FBSDKAppInviteContent.h
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.

Déclaré dans : FBSDKAppInviteContent.h
previewImageURL
@property (nonatomic, copy) NSURL *previewImageURL __attribute__ ((deprecated("use appInvitePreviewImageURL instead"
Déclaré dans : FBSDKAppInviteContent.h
Méthodes d’instance
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

ParamètreDescription
content

The other content

- (BOOL) isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;
Déclaré dans : FBSDKAppInviteContent.h