FBSDKShareVideo
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

A video for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Superclass:NSObject
Declared in:FBSDKShareVideo.h
Propriétés
previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
Déclaré dans : FBSDKShareVideo.h
videoURL

The file URL to the video.

@property (nonatomic, copy) NSURL *videoURL;
Déclaré dans : FBSDKShareVideo.h
Méthodes Class
videoWithVideoURL:

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

ParamètreDescription
videoURL

The URL to the video

+ (instancetype) videoWithVideoURL:(NSURL *)videoURL;
Déclaré dans : FBSDKShareVideo.h
videoWithVideoURL:previewPhoto:

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

ParamètreDescription
videoURL

The URL to the video

previewPhoto

The photo that represents the video

+ (instancetype)
videoWithVideoURL: (NSURL *)videoURL
previewPhoto: (FBSDKSharePhoto *)previewPhoto;
Déclaré dans : FBSDKShareVideo.h
Méthodes d’instance
isEqualToShareVideo:

Compares the receiver to another video.

ParamètreDescription
video

The other video

- (BOOL) isEqualToShareVideo:(FBSDKShareVideo *)video;
Déclaré dans : FBSDKShareVideo.h