public class MerchantDevicesV2Connector extends CallConnector
MerchantDevicesV2Contract.Device.CONTENT_URI
.
As the total number of devices for a merchant can be large, use
MerchantDevicesV2Contract.Device
to query for all (or a subset) of the
merchant's devices.context
Constructor and Description |
---|
MerchantDevicesV2Connector(Context context) |
Modifier and Type | Method and Description |
---|---|
Device |
getDevice()
Get this device.
|
Device |
getDevice(String serial)
Get the device with the given serial.
|
Device |
getDeviceById(String id)
Get the device with the given ID.
|
String |
getSerial()
Get the serial of this device.
|
call