sdk-common / com.tomtom.online.sdk.common.util / AndroidStringFormatter

AndroidStringFormatter

interface AndroidStringFormatter<T : Any!> : Contextable

Format data using strings from android resources.

Functions

format

abstract fun format(input: T): String!

Format data.

Inherited Functions

getContext

abstract fun getContext(): Context?

Returns associated context object.

Inheritors

TimeLengthFormatter

open class TimeLengthFormatter : AndroidStringFormatter<Long!>

Format seconds to more readable format for humans. - 59s to 59 s - 62s to 1 min 2 s