NinetyEight.NEGdkConfig

Struct NEGdkConfig

Namespace: NinetyEight Assembly: APIReference.dll

Configuration object for the NEGDK. Defines the settings for initializing the GDK.

[Serializable]
public struct NEGdkConfig

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Fields

environment

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

public int environment

Field Value

int

gameKey

Unique identifier for the game.

Field Value

string

loginCacheEnabled

Enable cache for login.

Field Value

bool

platformSource

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

Field Value

string

ramperAppId

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

Field Value

string

scheme

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

Field Value

string

subPlatform

Sub-platform where the game is hosted. ("telegram", "cyborg", "eternalweb", "standalone", or "")

Field Value

string

Last updated