GKPeerPickerController Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'MCBrowserViewController' from the 'MultipeerConnectivity' framework instead.
A View Controller that can be use to discover other players on other iPhones or iPads.
[System.Obsolete("Use 'MCBrowserViewController' from the 'MultipeerConnectivity' framework instead.")]
public class GKPeerPickerController : Foundation.NSObject
[<System.Obsolete("Use 'MCBrowserViewController' from the 'MultipeerConnectivity' framework instead.")>]
type GKPeerPickerController = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| GKPeerPickerController() |
Default constructor that initializes a new instance of this class with no parameters. |
| GKPeerPickerController(NativeHandle) | |
| GKPeerPickerController(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The handle for this class. |
| ConnectionTypesMask | |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the GameKit.IGKPeerPickerControllerDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Visible | |
| WeakDelegate |
An object that can respond to the delegate protocol for this type |
| Zone | (Inherited from NSObject) |