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.

public string gameKey

Field Value

string

loginCacheEnabled

Enable cache for login.

public bool loginCacheEnabled

Field Value

bool

platformSource

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

public string platformSource

Field Value

string

ramperAppId

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

public string ramperAppId

Field Value

string

scheme

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

public string scheme

Field Value

string

subPlatform

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

public string subPlatform

Field Value

string

Last updated