An interface to abstract the SystemClock.uptimeMillis() Android API in non Android artifacts.
This is a functional interface with which you can create a Clock from a lambda.
On Android VMs, this should return android.os.SystemClock.uptimeMillis().