FBSDKShareVideo
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

A video for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Superclass:NSObject
Declared in:FBSDKShareVideo.h
Proprietà
previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
Tipo dichiarato in: FBSDKShareVideo.h
videoURL

The file URL to the video.

@property (nonatomic, copy) NSURL *videoURL;
Tipo dichiarato in: FBSDKShareVideo.h
Metodi di classe
videoWithVideoURL:

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

ParametroDescrizione
videoURL

The URL to the video

+ (instancetype) videoWithVideoURL:(NSURL *)videoURL;
Tipo dichiarato in: FBSDKShareVideo.h
videoWithVideoURL:previewPhoto:

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

ParametroDescrizione
videoURL

The URL to the video

previewPhoto

The photo that represents the video

+ (instancetype)
videoWithVideoURL: (NSURL *)videoURL
previewPhoto: (FBSDKSharePhoto *)previewPhoto;
Tipo dichiarato in: FBSDKShareVideo.h
Metodi di istanza
isEqualToShareVideo:

Compares the receiver to another video.

ParametroDescrizione
video

The other video

- (BOOL) isEqualToShareVideo:(FBSDKShareVideo *)video;
Tipo dichiarato in: FBSDKShareVideo.h