Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKShareMediaContent.h

Properties

media

Media to be shared.

@property (nonatomic, copy) NSArray *media

Return Value

Array of the media (FBSDKSharePhoto or FBSDKShareVideo)

Declared In

FBSDKShareMediaContent.h

Instance Methods

isEqualToShareMediaContent:

Compares the receiver to another media content.

- (BOOL)isEqualToShareMediaContent:(FBSDKShareMediaContent *)content

Parameters

content

The other content

Return Value

YES if the receiver’s values are equal to the other content’s values; otherwise NO

Declared In

FBSDKShareMediaContent.h