RefreshParams

data class RefreshParams(val lang: String?, val lastUpdated: Long)

Parameters that are passed to the refresh method.

Constructors

Link copied to clipboard
constructor(lang: String?, lastUpdated: Long)

Properties

Link copied to clipboard
val lang: String?

The current language of the launcher.

Link copied to clipboard

The time (in unixtime millis) when the item was last refreshed.