Interface

TimeSource

An interface which is responsible for retrieving a formatted time.

Source set: Android
public interface TimeSource

An interface which is responsible for retrieving a formatted time.

Properties

currentTime

Source set: Android
public val currentTime: String

A method responsible for returning updated time string.

Returns

Formatted time string.

Last updated: