FBSDKShareVideo
Đã 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 video for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Superclass:NSObject
Declared in:FBSDKShareVideo.h
Thuộc tính
previewPhoto

The photo that represents the video.

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

The file URL to the video.

@property (nonatomic, copy) NSURL *videoURL;
Đã tuyên bố trong: FBSDKShareVideo.h
Phương thức nhóm
videoWithVideoURL:

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

Thông sốMô tả
videoURL

The URL to the video

+ (instancetype) videoWithVideoURL:(NSURL *)videoURL;
Đã tuyên bố trong: FBSDKShareVideo.h
videoWithVideoURL:previewPhoto:

Convenience method to build a new video object with a videoURL and a previewPhoto

Thông sốMô tả
videoURL

The URL to the video

previewPhoto

The photo that represents the video

+ (instancetype)
videoWithVideoURL: (NSURL *)videoURL
previewPhoto: (FBSDKSharePhoto *)previewPhoto;
Đã tuyên bố trong: FBSDKShareVideo.h
Phương thức thực thể
isEqualToShareVideo:

Compares the receiver to another video.

Thông sốMô tả
video

The other video

- (BOOL) isEqualToShareVideo:(FBSDKShareVideo *)video;
Đã tuyên bố trong: FBSDKShareVideo.h