-
public interface SecureEntryClock.CallbackCallback interface used for receiving a response on the UI thread.Note: This is not required for calling syncTime but it isimportant to note that the call will always be asynchronous.
-
-
Method Summary
Modifier and Type Method Description abstract voidonComplete(long offset, Date now)abstract voidonError()-
-
Method Detail
-
onComplete
abstract void onComplete(long offset, Date now)
-
onError
abstract void onError()
-
-
-
-