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

A model for video content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareVideoContent.h
Propriétés
previewPhoto

The photo that represents the video.

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

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Déclaré dans : FBSDKShareVideoContent.h
Méthodes d’instance
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParamètreDescription
content

The other content

- (BOOL) isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;
Déclaré dans : FBSDKShareVideoContent.h