android.bluetooth.BluetoothHealthCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}