FBSDKShareVideoContent

A model for video content to be shared.

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

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
Dinyatakan dalam: FBSDKShareVideoContent.h
video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Dinyatakan dalam: FBSDKShareVideoContent.h
Metode Instans
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParameterKeterangan
content

The other content

- (BOOL) isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;
Dinyatakan dalam: FBSDKShareVideoContent.h