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;