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