Eternals
  • Introduction
  • Eternia
    • Lore
    • Creatures System
      • Legend
      • Elementals
        • Fire
        • Nature
        • Earth
        • Water
        • Metal
      • Base Eternals
    • Space Stone
  • Alliance Mining Program
    • Getting Started
    • User Profile (Alliance Center)
      • Upgrade Account
      • Achievements
    • Mechanism
    • Reward Distribution
  • $ETNS (Eternals Stars Program)
    • The $ETNS System
  • Eternals Core
    • Eternals House
      • Mood
      • How to maintain a good pet's mood?
      • Decoration
      • Shop
    • Eternals Space
      • Missions
      • Mining Tower
      • Leaderboard
      • Refill Plasma
  • Eternals World
    • Gomoku
      • Game modes: Classic and Eternians
      • Battle Deck
      • Quick Match
      • Ranking Match
      • How to earn Tickets
      • How to join Eternals Gomoku
      • Missions
      • Daily Login
      • Mastery Points
      • Win Streak
      • Pet Skills
      • Leaderboard and Reward Pools
  • ETER Token
  • How To Earn With Eternals?
  • Official Links
    • Website
    • Twitter
    • Discord
    • App Store
    • Google Play
  • GDK Documentation
    • Ninety Eight Game Development Kit
    • Introduction
    • Unity
      • GDK Installation Guide
      • Update Guide
      • Examples
      • Downloads
      • Release Notes
      • API Reference
        • v1.0.0
          • NinetyEight.INEGdk
          • NinetyEight.ErrorCode
          • NinetyEight.NEGameProfile
          • NinetyEight.NEGameProfileCallback
          • NinetyEight.NEGameProfileResponse
          • NinetyEight.NEGdkConfig
          • NinetyEight.NEInitCallback
          • NinetyEight.NELoginCallback
          • NinetyEight.NELoginData
          • NinetyEight.NEProvider
          • NinetyEight.NEShopBuyCallback
          • NinetyEight.NEShopBuyResponse
          • NinetyEight.NEShopInfoCallback
          • NinetyEight.NEShopInfoResponse
          • NinetyEight.NEShopItem
          • NinetyEight.NEShopPack
          • NinetyEight.NEUserBalance
          • NinetyEight.NEUserBalanceCallback
          • NinetyEight.NEUserBalanceResponse
          • NinetyEight.NEUserPet
          • NinetyEight.NEUserPetCallback
          • NinetyEight.NEUserPetResponse
          • NinetyEight
    • Cocos Creator
      • Installation Guide
      • Update Guide
      • Examples
      • Downloads
      • Release Notes
      • API Reference
        • NinetyEight Game Development Kit - Cocos Creator
          • Enumerations
            • NinetyEight.NEEnvironment
            • NinetyEight.NEErrorCode
            • NinetyEight.NEProvider
          • Interfaces
          • Type-aliases
            • NEGameProfile
            • NEGameProfileCallback
            • NEGameProfileResponse
            • NEGdkConfig
            • NEInitCallback
            • NELoginCallback
            • NELoginData
            • NEShopBuyCallback
            • NEShopBuyResponse
            • NEShopInfoCallback
            • NEShopInfoResponse
            • NEShopItem
            • NEShopPack
            • NEUserBalance
            • NEUserBalanceCallback
            • NEUserBalanceResponse
            • NEUserPet
            • NEUserPetCallback
            • NEUserPetResponse
  • LEGAL
    • Game Terms of Use
    • Privacy Policy
    • Terms of Use
Powered by GitBook
On this page
  • Type Alias: NEGdkConfig
  • Properties
  1. GDK Documentation
  2. Cocos Creator
  3. API Reference
  4. NinetyEight Game Development Kit - Cocos Creator
  5. Type-aliases

NEGdkConfig

PreviousNEGameProfileResponseNextNEInitCallback

Last updated 14 days ago

negdkcc


negdkcc / NEGdkConfig

Type Alias: NEGdkConfig

NEGdkConfig = object

Defined in:

Configuration object for the NEGDK This type defines the settings for initializing the GDK with the appropriate parameters.

Properties

environment

environment: number

Defined in:

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


gameKey

gameKey: string

Defined in:

Unique identifier for the game.


loginCacheEnabled

loginCacheEnabled: boolean

Enable cache for login


platformSource

platformSource: string

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


ramperAppId

ramperAppId: string

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


scheme

scheme: string

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


subPlatform

subPlatform: string

Sub-platform where the game is hosted; can be one of the following: "telegram", "cyborg", "eternalweb", "standalone", or an empty string (for native platform).

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

data/NEGdkConfig.ts:5
data/NEGdkConfig.ts:36
data/NEGdkConfig.ts:9
data/NEGdkConfig.ts:41
data/NEGdkConfig.ts:19
data/NEGdkConfig.ts:24
data/NEGdkConfig.ts:14
data/NEGdkConfig.ts:30