Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKShareVideoContent.h

Properties

previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto

Return Value

The photo

Declared In

FBSDKShareVideoContent.h

video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video

Return Value

The video

Declared In

FBSDKShareVideoContent.h

Instance Methods

isEqualToShareVideoContent:

Compares the receiver to another video content.

- (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content

Parameters

content

The other content

Return Value

YES if the receiver’s values are equal to the other content’s values; otherwise NO

Declared In

FBSDKShareVideoContent.h