iOS SDK-Version

FBSDKContextWebDialog

@interfaceFBSDKContextWebDialog:NSObject
Context web dialog for the all context api dialogs executed in a browser
  • The current web dialog that shows the web content

    Declaration

    Objective-C
    @property(nullable,nonatomic,strong)FBSDKWebDialog*currentWebDialog
    Swift
    varcurrentWebDialog:UnsafeMutablePointer<Int32>?{getset}
  • Unavailable
    Undocumented

    Declaration

    Objective-C
    +(instancetype)newNS_UNAVAILABLE;
  • Initializer to be used by subclasses.

    Declaration

    Objective-C
    -(nonnullinstancetype)initWithDelegate:(nonnullid<FBSDKContextDialogDelegate>)delegate;
    Swift
    init(delegate:ContextDialogDelegate)
  • Depending on the content size within the browser, this method allows for the resizing of web dialog

    Declaration

    Objective-C
    -(id)createWebDialogFrameWithWidth:(id)widthheight:(id)heightwindowFinder:(nonnullid)windowFinder;
    Swift
    funccreateWebDialogFrame(withWidthwidth:Any!,height:Any!,windowFinder:Any)->Any!