FBSDKAppInviteContent
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

A model for app invite.

Conforms to:FBSDKCopying, NSSecureCoding
Superclass:NSObject
Declared in:FBSDKAppInviteContent.h
Thuộc tính
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.

Đã tuyên bố trong: 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.

Đã tuyên bố trong: FBSDKAppInviteContent.h
previewImageURL
@property (nonatomic, copy) NSURL *previewImageURL __attribute__ ((deprecated("use appInvitePreviewImageURL instead"
Đã tuyên bố trong: FBSDKAppInviteContent.h
Phương thức thực thể
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

Thông sốMô tả
content

The other content

- (BOOL) isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;
Đã tuyên bố trong: FBSDKAppInviteContent.h