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

A model for video content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareVideoContent.h
속성
previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
인스턴스 메서드
isEqualToShareVideoContent:

Compares the receiver to another video content.

매개변수설명
content

The other content

- (BOOL) isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;