Skip to main content
HyperX stores country and language on the user profile. Use them for operation content, notification language, and regional events.

Country and Language

Countries use ISO 3166-1 alpha-2 codes. Languages use two-letter ISO 639-1 codes.
Detected values are not automatically saved to the account. Store them during signup or with Region.Update according to your game policy.

Server Time and SDK Info

Use server time for attendance, event deadlines, cooldowns, and other logic that should not trust the device clock.

Unity Save Path

In Unity, this resolves under Application.persistentDataPath. In standard .NET runtimes, the input path is returned as-is.

Callback Style

SDK APIs are Task based. Use ToCallback when Unity code is easier to structure with callbacks.