GKLocalPlayer.LoadDefaultLeaderboardIdentifierAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Carrega o identificador de placar de líderes padrão do player local e o passa para completionHandler
, juntamente com um objeto de erro que é null
se nenhum erro ocorreu.
[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>
Retornos
Uma tarefa que representa a operação assíncrona LoadDefaultLeaderboardIdentifier. O valor do parâmetro TResult é do tipo System.Action<System.String,Foundation.NSError>.
- Atributos