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?)arrow-up-right, object.Equals(object?, object?)arrow-up-right, object.GetHashCode()arrow-up-right, object.GetType()arrow-up-right, object.ReferenceEquals(object?, object?)arrow-up-right, object.ToString()arrow-up-right

Fields

environment

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

public int environment

Field Value

intarrow-up-right

gameKey

Unique identifier for the game.

Field Value

stringarrow-up-right

loginCacheEnabled

Enable cache for login.

Field Value

boolarrow-up-right

platformSource

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

Field Value

stringarrow-up-right

ramperAppId

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

Field Value

stringarrow-up-right

scheme

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

Field Value

stringarrow-up-right

subPlatform

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

Field Value

stringarrow-up-right

Last updated