PreferencesService

class PreferencesService @Inject constructor(context: Context)

Constructors

Link copied to clipboard
@Inject
fun PreferencesService(context: Context)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var firstTimeLaunchTime: Long

The time the app has been launched for the first time in unix millis.

Link copied to clipboard
var isFirstTimeLaunch: Boolean
Link copied to clipboard
var userAskedToRate: Boolean