FBSDKShareVideoContent
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

A model for video content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareVideoContent.h
Eigenschaften
previewPhoto

The photo that represents the video.

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

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Instance-Methoden
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParameterBeschreibung
content

The other content

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