GKFriendRequestComposeViewController.AddRecipientPlayers(GKPlayer[]) Method

Definition

[Foundation.Export("addRecipientPlayers:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddRecipientPlayers (GameKit.GKPlayer[] players);
abstract member AddRecipientPlayers : GameKit.GKPlayer[] -> unit
override this.AddRecipientPlayers : GameKit.GKPlayer[] -> unit

Parameters

players
GKPlayer[]

To be added.

This parameter can be null.

Attributes

Applies to