-
public interface DateTimeCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonDateTimeReceived(@NonNull() BluetoothDevice device, @NonNull() Calendar calendar)Callback called when datetime packet has been received. -
-
Method Detail
-
onDateTimeReceived
abstract void onDateTimeReceived(@NonNull() BluetoothDevice device, @NonNull() Calendar calendar)
Callback called when datetime packet has been received.
- Parameters:
device- the target device.calendar- the date and time received, as Calendar object.
-
-
-
-