For the complete documentation index, see llms.txt. This page is also available as Markdown.

NEGameProfileCallback

negdkcc


negdkcc / NEGameProfileCallback

Type Alias: NEGameProfileCallback()

NEGameProfileCallback = (response) => void

Defined in: interface/INEGdk.ts:28

Callback function used for retrieving the player's game profile.

Parameters

response

NEGameProfileResponse

Game profile data response from server

Returns

void

Last updated