FBSDKShareVideoContent

A model for video content to be shared.

Conforms to:FBSDKSharingContent
Superclass:NSObject
Declared in:FBSDKShareVideoContent.h
Propiedades
previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Métodos de instancia
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParámetroDescripción
content

The other content

- (BOOL) isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;