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
Inherits from:NSObject
Declared in:FBSDKShareVideo.h
Propriétés
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 application

+ (instancetype) videoWithVideoURL:(NSURL *)videoURL;
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