Share via


GKLocalPlayer.LoadDefaultLeaderboardCategoryIDAsync Method

Definition

Asynchronously loads the local player's default leaderboard category identifier.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<string> LoadDefaultLeaderboardCategoryIDAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LoadDefaultLeaderboardCategoryIDAsync : unit -> System.Threading.Tasks.Task<string>
override this.LoadDefaultLeaderboardCategoryIDAsync : unit -> System.Threading.Tasks.Task<string>

Returns

A task that represents the asynchronous LoadDefaultLeaderboardCategoryID operation. The value of the TResult parameter is of type System.Action<System.String,Foundation.NSError>.

Attributes

Applies to