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