FBSDKShareVideo
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

A video for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Superclass:NSObject
Declared in:FBSDKShareVideo.h
ทรัพย์สิน
previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
ให้คำรับรองไว้ใน: 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

+ (instancetype) videoWithVideoURL:(NSURL *)videoURL;
ให้คำรับรองไว้ใน: FBSDKShareVideo.h
videoWithVideoURL:previewPhoto:

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

พารามิเตอร์คำอธิบาย
videoURL

The URL to the video

previewPhoto

The photo that represents the video

+ (instancetype)
videoWithVideoURL: (NSURL *)videoURL
previewPhoto: (FBSDKSharePhoto *)previewPhoto;
ให้คำรับรองไว้ใน: FBSDKShareVideo.h
วิธีการทันใจ
isEqualToShareVideo:

Compares the receiver to another video.

พารามิเตอร์คำอธิบาย
video

The other video

- (BOOL) isEqualToShareVideo:(FBSDKShareVideo *)video;
ให้คำรับรองไว้ใน: FBSDKShareVideo.h