@Sam Thanks for your response.
can we give custom name to the device and fetch that name, using sdk or any api?
Actually I need to fetch custom register/device name in my app but I am not sure how we can give custom name to our device/register and how to fetch that name.
I see what you mean. There's no way of getting the name from the SDK currently. Your current solution is to find the serial or device Id:
mMerchantConnector.getMerchant().getDeviceId()
Then, filtering the serial/id using the v3/../devices REST API:
GET /v3/merchants/{mid}/devices?filter=id=2239a2a3-0000-0000-0000000000
3 People are following this question.