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
gameKey
Unique identifier for the game.
public string gameKey
Field Value
loginCacheEnabled
Enable cache for login.
public bool loginCacheEnabled
Field Value
platformSource
The platform from which the game is being accessed (e.g., "web", "mobile").
public string platformSource
Field Value
ramperAppId
The app ID used by the ramper service for tracking and management.
public string ramperAppId
Field Value
scheme
Scheme or protocol used for the game (e.g., http, https).
public string scheme
Field Value
subPlatform
Sub-platform where the game is hosted. ("telegram", "cyborg", "eternalweb", "standalone", or "")
public string subPlatform
Field Value
Last updated