FBSDKAppInviteContent
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

A model for app invite.

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

Dinyatakan dalam: FBSDKAppInviteContent.h
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.

Dinyatakan dalam: FBSDKAppInviteContent.h
Metode Instans
initWithAppLinkURL:

Initializes a new instance

ParameterKeterangan
appLinkURL

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

- (instancetype)
initWithAppLinkURL: (NSURL *)appLinkURL
NS_DESIGNATED_INITIALIZER;
Dinyatakan dalam: FBSDKAppInviteContent.h
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

ParameterKeterangan
content

The other content

- (BOOL) isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;
Dinyatakan dalam: FBSDKAppInviteContent.h