OnNewTimeSignalAvailableListener

interface OnNewTimeSignalAvailableListener


Listener that is notified when the device has obtained a new TimeSignal.

Implementations must implement equals and hashCode correctly for methods that remove listeners to work correctly. In most cases, the default implementations provided by the Object class will be sufficient.

Summary

Public functions

Boolean
equals(other: Any?)
Int
Unit

Method invoked when a new TimeSignal is available.

Public functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

onNewTimeSignalAvailable

fun onNewTimeSignalAvailable(timeSignal: TimeSignal!): Unit

Method invoked when a new TimeSignal is available.

Parameters
timeSignal: TimeSignal!

the new TimeSignal