clearBadge(for:completionHandler:)
Clears the badge from the designated players.
Declaration
func clearBadge(for players: [GKCloudPlayer], completionHandler: @escaping @Sendable ((any Error)?) -> Void)func clearBadge(for players: [GKCloudPlayer]) async throwsParameters
- players:
An array of GKCloudPlayers identifying the players that are to have their badge removed.
- completionHandler:
A block that is called after the badges have been removed from the players.
- error
If an error occurred, this parameter holds an error object that explains the error. Otherwise, the value of this parameter is nil. See
GameKit Constantsfor a list of error codes specific to GameKit.