Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKShareVideoContent.h

Overview

A model for video content to be shared.

Properties

previewPhoto

The photo that represents the video. - Returns: The photo

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto

Declared In

FBSDKShareVideoContent.h

video

The video to be shared. - Returns: The video

@property (nonatomic, copy) FBSDKShareVideo *video

Declared In

FBSDKShareVideoContent.h

Instance Methods

isEqualToShareVideoContent:

Compares the receiver to another video content. - Parameter content: The other content - Returns: YES if the receiver’s values are equal to the other content’s values; otherwise NO

- (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content

Declared In

FBSDKShareVideoContent.h