Freigeben über


GKLocalPlayer.LoadDefaultLeaderboardCategoryIDAsync Methode

Definition

Lädt die Standard-Leaderboard-Kategorie-ID des lokalen Players und übergibt sie an completionHandler, zusammen mit einem Fehlerobjekt, das lautet, wenn kein Fehler aufgetreten ist null .

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'LoadDefaultLeaderboardIdentifier' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'LoadDefaultLeaderboardIdentifier' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<string> LoadDefaultLeaderboardCategoryIDAsync ();
abstract member LoadDefaultLeaderboardCategoryIDAsync : unit -> System.Threading.Tasks.Task<string>
override this.LoadDefaultLeaderboardCategoryIDAsync : unit -> System.Threading.Tasks.Task<string>

Gibt zurück

Eine Aufgabe, die den asynchronen LoadDefaultLeaderboardCategoryID-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ System.Action<System.String,Foundation.NSError>.

Attribute

Gilt für: