info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
Usage of Device Region support commands are given below.
getDeviceSupportedRegions()
Description
Returns all of the device's supported regions.
Code Example
String[] regions = client.getDeviceSupportedRegions();
getDeviceRegion()
Description
Returns the device's current region.
Code Example
String region = client.getDeviceRegion();
setDeviceRegion()
Description
Updates the device's current region.
Code Example
client.setDeviceRegion("US");