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

NEShopBuyCallback

negdkcc


negdkcc / NEShopBuyCallback

Type Alias: NEShopBuyCallback()

NEShopBuyCallback = (response) => void

Defined in: interface/INEGdk.ts:52

Callback function used for processing shop purchases.

Parameters

response

NEShopBuyResponse

Shop buy data response from server

Returns

void

Last updated