TimeProvider

interface TimeProvider(source)

Defines the TimeProvider contract for the SDAI core common layer.

Author

Dmitriy Moroz

Inheritors

Functions

Link copied to clipboard
abstract fun currentTimeMillis(): Long

Executes the currentTimeMillis step in the SDAI core common layer.

Link copied to clipboard
abstract fun nanoTime(): Long

Executes the nanoTime step in the SDAI core common layer.