All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.insanusmokrassar.SauceNaoAPI.additional.Utils.kt Maven / Gradle / Ivy

The newest version!
package com.github.insanusmokrassar.SauceNaoAPI.additional

import com.soywiz.klock.TimeSpan

typealias AccountType = Int
const val defaultAccountType: AccountType = 1 // "basic"

typealias UserId = Int

val SHORT_TIME_RECALCULATING_MILLIS = TimeSpan(30.0 * 1000)
val LONG_TIME_RECALCULATING_MILLIS = TimeSpan(24.0 * 60 * 60 * 1000)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy