FBSDKShareVideoContent
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

A model for video content to be shared.

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

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
Tipo dichiarato in: FBSDKShareVideoContent.h
video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Tipo dichiarato in: FBSDKShareVideoContent.h
Metodi di istanza
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParametroDescrizione
content

The other content

- (BOOL) isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;
Tipo dichiarato in: FBSDKShareVideoContent.h