UseNowOptions

data class UseNowOptions(var interval: Duration = 1.seconds, var format: (Long) -> String? = null)

Constructors

Link copied to clipboard
constructor(interval: Duration = 1.seconds, format: (Long) -> String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
var format: (Long) -> String?
Link copied to clipboard