목차 영역 | |
---|---|
|
...
System Information
Retrieve Language Code
발췌 | ||
---|---|---|
| ||
Retrieves the language setting information of the device, returning a language code according to the ISO 639-1 standard. |
Retrieve 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. |
Retrieve IP-based Country Code
발췌 | ||
---|---|---|
| ||
Returns the country code based on the IP of the network to which the device is currently connected. |
Retrieve Device ID
발췌 | ||
---|---|---|
| ||
Returns a value that uniquely identifies the device. This value changes if the device is reset. |
Retrieve Device Model
발췌 | ||
---|---|---|
| ||
Returns the model information of the current device. |
Retrieve OS Name
발췌 | ||
---|---|---|
| ||
Returns the name of the current device's OS (android/ios). |
Retrieve Network Connection Status
발췌 | ||
---|---|---|
| ||
Returns whether the current device is connected to an external network. |
Retrieve Connected Network Type
발췌 | ||
---|---|---|
| ||
Retrieves the type of network to which the current device is connected (wifi/cellular/unknown). |
...