Android APIs
public class

ClaimBleDeviceRequest

extends Object
implements SafeParcelable
java.lang.Object
   ↳ com.google.android.gms.fitness.ble.ClaimBleDeviceRequest

Class Overview

Request for claiming a BLE Device on behalf of the user in the Google Fitness Platform . When a device is claimed by a user, it can be used normally with the Sensors and Recording APIs.

A request can be built using the ClaimBleDeviceRequest.Builder. Use the parameters of the request to specify which BLE device should be claimed. Example usage:

     new ClaimBleDeviceRequest.Builder()
         .setDevice(bleDevice)
         .build();
 

Summary

Nested Classes
class ClaimBleDeviceRequest.Builder Builder used to create new ClaimBleDeviceRequests. 
[Expand]
Inherited Constants
From interface android.os.Parcelable
From interface com.google.android.gms.common.internal.safeparcel.SafeParcelable
Fields
public static final Creator<ClaimBleDeviceRequest> CREATOR
Public Methods
int describeContents()
String toString()
void writeToParcel(Parcel parcel, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<ClaimBleDeviceRequest> CREATOR

Public Methods

public int describeContents ()

public String toString ()

public void writeToParcel (Parcel parcel, int flags)