FBSDKShareVideo
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

A video for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:NSObject
Declared in:FBSDKShareVideo.h
الخصائص
videoURL

The file URL to the video.

@property (nonatomic, copy) NSURL *videoURL;
تم الكشف في: FBSDKShareVideo.h
طرق الفئات
videoWithVideoURL:

Convenience method to build a new video object with a videoURL.

المعلمةالوصف
videoURL

The URL to the video application

+ (instancetype) videoWithVideoURL:(NSURL *)videoURL;
تم الكشف في: FBSDKShareVideo.h
طرق المثيلات
isEqualToShareVideo:

Compares the receiver to another video.

المعلمةالوصف
video

The other video

- (BOOL) isEqualToShareVideo:(FBSDKShareVideo *)video;
تم الكشف في: FBSDKShareVideo.h