iOS SDK Version

FBSDKShareVideoContent

@interfaceFBSDKShareVideoContent:NSObject<FBSDKSharingContent>
A model for video content to be shared.
  • The video to be shared.

    Declaration

    Objective-C
    @property(nonatomic,copy,readwrite)FBSDKShareVideo*_Nonnullvideo;
    Swift
    @NSCopyingvarvideo:ShareVideo{getset}

    Return Value

    The video
  • Compares the receiver to another video content.

    Declaration

    Objective-C
    -(BOOL)isEqualToShareVideoContent:(nonnullFBSDKShareVideoContent*)content;
    Swift
    funcisEqual(tocontent:ShareVideoContent)->Bool

    Parameters

    Return Value

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