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

#import <FBSDKShareMediaContent.h>

Inheritance diagram for FBSDKShareMediaContent:
<FBSDKSharingContent> <FBSDKCopying>

Instance Methods

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

Properties

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

Detailed Description

A model for media content (photo or video) to be shared.

Method Documentation

- (BOOL) isEqualToShareMediaContent: (FBSDKShareMediaContent *)  content

Compares the receiver to another media content.

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

Property Documentation

- (NSArray*) media
readwritenonatomiccopy

Media to be shared.

Returns
Array of the media (FBSDKSharePhoto or FBSDKShareVideo)

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