LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
FBSDKShareVideoContent Class Reference

#import <FBSDKShareVideoContent.h>

Inheritance diagram for FBSDKShareVideoContent:
<FBSDKSharingContent> <FBSDKCopying>

Instance Methods

(BOOL) - isEqualToShareVideoContent:
 
- Instance Methods inherited from <FBSDKCopying>
(id) - copy
 

Properties

FBSDKSharePhotopreviewPhoto
 
FBSDKShareVideovideo
 
- Properties inherited from <FBSDKSharingContent>
NSURL * contentURL
 
FBSDKHashtaghashtag
 
NSArray * peopleIDs
 
NSString * placeID
 
NSString * ref
 

Detailed Description

A model for video content to be shared.

Method Documentation

- (BOOL) isEqualToShareVideoContent: (FBSDKShareVideoContent *)  content

Compares the receiver to another video content.

Parameters
contentThe other content
Returns
YES if the receiver's values are equal to the other content's values; otherwise NO

Property Documentation

- (FBSDKSharePhoto*) previewPhoto
readwritenonatomiccopy

The photo that represents the video.

Returns
The photo
- (FBSDKShareVideo*) video
readwritenonatomiccopy

The video to be shared.

Returns
The video

The documentation for this class was generated from the following file: