SetUserCountryCode

Set the user’s country code.

void SetUserCountryCode(char* code)

Parameters

  • code: ISO country code string (e.g., "HK").

Return Value

Set the user’s country code

Example

// example

SetUserCountryCode("HK");

Last updated

Was this helpful?