Compartilhar via


GKLocalPlayer.ResolveConflictingSavedGames Método

Definição

Resolve os jogos salvos conflitantes especificados listados e conflictingSavedGames armazenados no data, em seguida, passa uma lista de todos os jogos (jogos conflitantes primeiro) para handler, juntamente com um objeto de erro que é null se nenhum erro ocorreu.

[Foundation.Export("resolveConflictingSavedGames:withData:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ResolveConflictingSavedGames (GameKit.GKSavedGame[] conflictingSavedGames, Foundation.NSData data, Action<GameKit.GKSavedGame[],Foundation.NSError> handler);
abstract member ResolveConflictingSavedGames : GameKit.GKSavedGame[] * Foundation.NSData * Action<GameKit.GKSavedGame[], Foundation.NSError> -> unit
override this.ResolveConflictingSavedGames : GameKit.GKSavedGame[] * Foundation.NSData * Action<GameKit.GKSavedGame[], Foundation.NSError> -> unit

Parâmetros

conflictingSavedGames
GKSavedGame[]
data
NSData
handler
Action<GKSavedGame[],NSError>

A ser adicionado.

Esse parâmetro pode ser null.

Atributos

Aplica-se a