次の方法で共有


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

適用対象