FBSDKShareVideoContent
Đã 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 video content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareVideoContent.h
Thuộc tính
previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
Đã tuyên bố trong: FBSDKShareVideoContent.h
video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Đã tuyên bố trong: FBSDKShareVideoContent.h
Phương thức thực thể
isEqualToShareVideoContent:

Compares the receiver to another video content.

Thông sốMô tả
content

The other content

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