FBSDKDialog
@protocolFBSDKDialog
The protocol sdk dialogs must conform to and implement all the following methods.
@protocolFBSDKDialog
@property(nonatomic,weak,readwrite,nullable)id<FBSDKContextDialogDelegate>delegate;
weakvardelegate:ContextDialogDelegate?{getset}
@property(nonatomic,copy,readwrite,nullable)id<FBSDKValidatable>dialogContent;
@NSCopyingvardialogContent:ValidatableProtocol?{getset}
-(BOOL)show;
funcshow()->Bool
-(BOOL)validateWithError:(NSError*_Nullable*_Nullable)errorRef;
funcvalidate()throws