버전 비교

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

...

Retrieve Country Code

발췌
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.

Retrieve IP-based Country Code

...

Retrieve Device ID

발췌
namesystem_device_id

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

Retrieve Device Model

발췌
namesystem_device_model

Returns the model information of the current device.

Retrieve OS Name

발췌
namesystem_os_name

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

Retrieve Network Connection Status

...

Retrieve Connected Network Type

...