NinetyEight.NEGdkConfig
Last updated
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()
Defines the environment: 0: production, 1: staging, 2: development.
public int environmentField Value
Unique identifier for the game.
Field Value
Enable cache for login.
Field Value
The platform from which the game is being accessed (e.g., "web", "mobile").
Field Value
The app ID used by the ramper service for tracking and management.
Field Value
Scheme or protocol used for the game (e.g., http, https).
Field Value
Sub-platform where the game is hosted. ("telegram", "cyborg", "eternalweb", "standalone", or "")
Field Value
Last updated
public string gameKeypublic bool loginCacheEnabledpublic string platformSourcepublic string ramperAppIdpublic string schemepublic string subPlatform