FBSDKAppInviteContent
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

A model for app invite.

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

ให้คำรับรองไว้ใน: 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.

ให้คำรับรองไว้ใน: FBSDKAppInviteContent.h
วิธีการทันใจ
initWithAppLinkURL:

Initializes a new instance

พารามิเตอร์คำอธิบาย
appLinkURL

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

- (instancetype)
initWithAppLinkURL: (NSURL *)appLinkURL
NS_DESIGNATED_INITIALIZER;
ให้คำรับรองไว้ใน: FBSDKAppInviteContent.h
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

พารามิเตอร์คำอธิบาย
content

The other content

- (BOOL) isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;
ให้คำรับรองไว้ใน: FBSDKAppInviteContent.h