GKDialogController Constructors

Definition

Overloads

GKDialogController()
GKDialogController(NSCoder)
GKDialogController(NSObjectFlag)
GKDialogController(IntPtr)

GKDialogController()

[Foundation.Export("init")]
public GKDialogController ();
Attributes

Applies to

GKDialogController(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public GKDialogController (Foundation.NSCoder coder);
new GameKit.GKDialogController : Foundation.NSCoder -> GameKit.GKDialogController

Parameters

coder
NSCoder
Attributes

Applies to

GKDialogController(NSObjectFlag)

protected GKDialogController (Foundation.NSObjectFlag t);
new GameKit.GKDialogController : Foundation.NSObjectFlag -> GameKit.GKDialogController

Parameters

Applies to

GKDialogController(IntPtr)

protected internal GKDialogController (IntPtr handle);
new GameKit.GKDialogController : nativeint -> GameKit.GKDialogController

Parameters

handle
IntPtr

nativeint

Applies to