NinetyEight.NEGdkConfig
Struct NEGdkConfig
Namespace: NinetyEight Assembly: APIReference.dll
Configuration object for the NEGDK. Defines the settings for initializing the GDK.
[Serializable]
public struct NEGdkConfigInherited 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 environmentField Value
gameKey
Unique identifier for the game.
public string gameKeyField Value
loginCacheEnabled
Enable cache for login.
public bool loginCacheEnabledField Value
platformSource
The platform from which the game is being accessed (e.g., "web", "mobile").
public string platformSourceField Value
ramperAppId
The app ID used by the ramper service for tracking and management.
public string ramperAppIdField Value
scheme
Scheme or protocol used for the game (e.g., http, https).
public string schemeField Value
subPlatform
Sub-platform where the game is hosted. ("telegram", "cyborg", "eternalweb", "standalone", or "")
public string subPlatformField Value
Last updated