Package-level declarations

Published utils classes.

Types

Link copied to clipboard
enum Basis : Enum<Basis>

The possible options for GDPR processing.

Link copied to clipboard
data class Size(val width: Int, val height: Int)

Used internally for screen resolution and screen viewport size measurements.

Link copied to clipboard
class TimeMeasure(val value: Long, val unit: TimeUnit) : Serializable

It represents time durations and provides utility methods to convert across time units.