iOS SDK Version

FBSDKCreateContextContent

@interfaceFBSDKCreateContextContent:NSObject<NSSecureCoding,FBSDKValidatable>
A model for an instant games createAsync cross play request.
  • Unavailable
    Undocumented

    Declaration

    Objective-C
    -(instancetype)initNS_UNAVAILABLE;
  • Unavailable
    Undocumented

    Declaration

    Objective-C
    +(instancetype)newNS_UNAVAILABLE;
  • Builds a content object that will be use to display a create context dialog

    Declaration

    Objective-C
    -(nonnullinstancetype)initDialogContentWithPlayerID:(nonnullNSString*)playerID;
    Swift
    init(playerID:String)

    Parameters

  • The ID of the player that is being challenged.

    Declaration

    Objective-C
    @property(nonatomic,copy,readwrite)NSString*_NonnullplayerID;
    Swift
    varplayerID:String{getset}

    Return Value

    The ID for the player being challenged