FBSDKGameRequestDialog
@interfaceFBSDKGameRequestDialog:NSObjectA dialog for sending game requests.
@interfaceFBSDKGameRequestDialog:NSObject-(instancetype)initNS_DESIGNATED_INITIALIZERNS_SWIFT_UNAVAILABLE("Use init(content:delegate:) instead");+(instancetype)newNS_UNAVAILABLE;+(nonnullinstancetype)dialogWithContent:(nonnullFBSDKGameRequestContent*)contentdelegate:(nullableid<FBSDKGameRequestDialogDelegate>)delegate;+(nonnullinstancetype)showWithContent:(nonnullFBSDKGameRequestContent*)contentdelegate:(nullableid<FBSDKGameRequestDialogDelegate>)delegate;@property(nonatomic,weak,readwrite,nullable)id<FBSDKGameRequestDialogDelegate>delegate;@property(nonatomic,copy,readwrite)FBSDKGameRequestContent*_Nonnullcontent;@NSCopyingvarcontent:GameRequestContent{getset}@property(nonatomic,assign,unsafe_unretained,readwrite,getter=isFrictionlessRequestsEnabled)BOOLfrictionlessRequestsEnabled;varisFrictionlessRequestsEnabled:Bool{getset}@property(nonatomic,readonly)BOOLcanShow;varcanShow:Bool{get}-(BOOL)show;funcshow()->Bool-(BOOL)validateWithError:(NSError*_Nullable*_Nullable)errorRef;funcvalidate()throws