| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.ble.UnclaimBleDeviceRequest.Builder |
Builder used to create new UnclaimBleDeviceRequests.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finishes building and returns the request.
| |||||||||||
The device to unclaim.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Finishes building and returns the request.
| IllegalStateException | if the builder doesn't have enough data to build a valid request. |
|---|
The device to unclaim. All of the registrations for this device will be removed. A device must be specified for the unclaim request.
| device | the device to unregister. Must have UID set. |
|---|