GKFriendRequestComposeViewController.AddRecipientsFromEmails(String[]) 方法

定义

开发人员不应使用此已弃用的方法。 开发人员应改用“AddRecipientPlayers”。

[Foundation.Export("addRecipientsWithEmailAddresses:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'AddRecipientPlayers' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'AddRecipientPlayers' instead.")]
public virtual void AddRecipientsFromEmails (string[] emailAddresses);
abstract member AddRecipientsFromEmails : string[] -> unit
override this.AddRecipientsFromEmails : string[] -> unit

参数

emailAddresses
String[]
属性

适用于