All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.bluetooth.BluetoothHealthCallback Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.bluetooth;
public abstract class BluetoothHealthCallback
{
public  BluetoothHealthCallback() { throw new RuntimeException("Stub!"); }
public  void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration config, int status) { throw new RuntimeException("Stub!"); }
public  void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration config, android.bluetooth.BluetoothDevice device, int prevState, int newState, android.os.ParcelFileDescriptor fd, int channelId) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy