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

NEShopInfoCallback

negdkcc


negdkcc / NEShopInfoCallback

Type Alias: NEShopInfoCallback()

NEShopInfoCallback = (response) => void

Defined in: interface/INEGdk.ts:46

Callback function used for retrieving shop information.

Parameters

response

NEShopInfoResponse

Shop data response from server.

Returns

void

Last updated