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;
宣言されたアイテム: FBSDKShareVideoContent.h
video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
宣言されたアイテム: FBSDKShareVideoContent.h
インスタンスメソッド
isEqualToShareVideoContent:

Compares the receiver to another video content.

パラメーター説明
content

The other content

- (BOOL) isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;
宣言されたアイテム: FBSDKShareVideoContent.h