共用方式為


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[]
屬性

適用於