FBSDKAppInviteContent
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

A model for app invite.

Conforms to:FBSDKCopying, NSSecureCoding
Superclass: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.

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.

previewImageURL
@property (nonatomic, copy) NSURL *previewImageURL __attribute__ ((deprecated("use appInvitePreviewImageURL instead"
인스턴스 메서드
isEqualToAppInviteContent:

Compares the receiver to another app invite content.

매개변수설명
content

The other content

- (BOOL) isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;