setUserCountryCode(code)

Sets the user’s country code for proxy session context.

setUserCountryCode(code)

Parameters

  • code (string) – Country code (e.g., "HK").

Return Value

void or number

Example

// example

sdk.setUserCountryCode("HK");

Last updated

Was this helpful?