negdkcc
negdkcc / NEGdkConfig
Type Alias: NEGdkConfig
NEGdkConfig = object
Defined in: data/NEGdkConfig.ts:5arrow-up-right
Configuration object for the NEGDK
This type defines the settings for initializing the GDK with the appropriate parameters.
environment : number
Defined in: data/NEGdkConfig.ts:36arrow-up-right
Defines the environment:
0: production, 1: staging, 2: development.
gameKey : string
Defined in: data/NEGdkConfig.ts:9arrow-up-right
Unique identifier for the game.
loginCacheEnabled
loginCacheEnabled : boolean
Defined in: data/NEGdkConfig.ts:41arrow-up-right
Enable cache for login
platformSource : string
Defined in: data/NEGdkConfig.ts:19arrow-up-right
The platform from which the game is being accessed (e.g., "web", "mobile").
ramperAppId : string
Defined in: data/NEGdkConfig.ts:24arrow-up-right
The app ID used by the ramper service for tracking and management.
scheme : string
Defined in: data/NEGdkConfig.ts:14arrow-up-right
Scheme or protocol used for the game (e.g., http, https).
subPlatform : string
Defined in: data/NEGdkConfig.ts:30arrow-up-right
Sub-platform where the game is hosted; can be one of the following:
"telegram", "cyborg", "eternalweb", "standalone", or an empty string (for native platform).
Last updated 8 months ago