버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

발췌
namesystem_language_code

Retrieves the language setting information of the device, returning a language code according to the ISO 639-1 standard.

...

발췌
namesystem_country_code

The SDK collects the country code based on the initial GeoIP. The country code follows the ISO 3166-1 alpha-2 standard, and if no country information is available, "zz" is returned.
The country code initially determined when the app is first run is maintained, but if the logged-in user's country code information differs, the user's country code information is followed.

...

발췌
namesystem_geo_country_code

Returns the country code based on the IP of the network to which the device is currently connected.

...

발췌
namesystem_device_id

Returns a value that uniquely identifies the device. This value changes if the device is reset.

...

발췌
namesystem_device_model

Returns the model information of the current device.

...

발췌
namesystem_os_name

Returns the name of the current device's OS (android/ios).

...

발췌
namesystem_is_network_connected

Returns whether the current device is connected to an external network.

...

발췌
namesystem_network_type

Retrieves the type of network to which the current device is connected (wifi/cellular/unknown).