GKLocalPlayer.LoadDefaultLeaderboardIdentifierAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Carica l'identificatore predefinito del tabellone punteggi del giocatore locale e lo passa a , insieme a completionHandler
un oggetto errore che si null
verifica se non si è verificato alcun errore.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<string> LoadDefaultLeaderboardIdentifierAsync ();
abstract member LoadDefaultLeaderboardIdentifierAsync : unit -> System.Threading.Tasks.Task<string>
override this.LoadDefaultLeaderboardIdentifierAsync : unit -> System.Threading.Tasks.Task<string>
Restituisce
Attività che rappresenta l'operazione LoadDefaultLeaderboardIdentifier asincrona. Il valore del parametro TResult è di tipo System.Action<System.String,Foundation.NSError>.
- Attributi