NEGdkConfig

negdkcc


negdkcc / NEGdkConfig

Type Alias: NEGdkConfig

NEGdkConfig = object

Defined in: data/NEGdkConfig.ts:5

Configuration object for the NEGDK This type defines the settings for initializing the GDK with the appropriate parameters.

Properties

environment

environment: number

Defined in: data/NEGdkConfig.ts:36

Defines the environment: 0: production, 1: staging, 2: development.


gameKey

gameKey: string

Defined in: data/NEGdkConfig.ts:9

Unique identifier for the game.


loginCacheEnabled

loginCacheEnabled: boolean

Defined in: data/NEGdkConfig.ts:41

Enable cache for login


platformSource

platformSource: string

Defined in: data/NEGdkConfig.ts:19

The platform from which the game is being accessed (e.g., "web", "mobile").


ramperAppId

ramperAppId: string

Defined in: data/NEGdkConfig.ts:24

The app ID used by the ramper service for tracking and management.


scheme

scheme: string

Defined in: data/NEGdkConfig.ts:14

Scheme or protocol used for the game (e.g., http, https).


subPlatform

subPlatform: string

Defined in: data/NEGdkConfig.ts:30

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