FBSDKAppInviteContent
这个类有新版本。查看 最新版本。

A model for app invite.

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

声明语言: 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
@property (nonatomic, copy) NSURL *previewImageURL __attribute__ ((deprecated("use appInvitePreviewImageURL instead"
声明语言: FBSDKAppInviteContent.h
实例方法
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

参数描述
content

The other content

- (BOOL) isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;
声明语言: FBSDKAppInviteContent.h