Share via


GKEntriesForPlayerScopeHandler Delegate

Definition

public delegate void GKEntriesForPlayerScopeHandler(GKLeaderboardEntry? localPlayerEntry, GKLeaderboardEntry[]? entries, IntPtr totalPlayerCount, NSError? error);
type GKEntriesForPlayerScopeHandler = delegate of GKLeaderboardEntry * GKLeaderboardEntry[] * nativeint * NSError -> unit

Parameters

localPlayerEntry
GKLeaderboardEntry
entries
GKLeaderboardEntry[]
totalPlayerCount
IntPtr

nativeint

error
NSError

Applies to