AppVersionBlackListResponse

actual data class AppVersionBlackListResponse
actual data class AppVersionBlackListResponse

Constructors

Link copied to clipboard
constructor(oldestAccepted: Int, blacklisted: List<Int>)
constructor()
constructor(oldestAccepted: Int, blacklisted: List<Int>)

Properties

Link copied to clipboard
val blacklisted: List<Int>
val blacklisted: List<Int>
Link copied to clipboard

Functions

Link copied to clipboard
actual fun isAppNeedsToBeUpdated(currentAppVersion: Int): Boolean
actual fun isAppNeedsToBeUpdated(currentAppVersion: Int): Boolean
expect fun isAppNeedsToBeUpdated(currentAppVersion: Int): Boolean
actual fun isAppNeedsToBeUpdated(currentAppVersion: Int): Boolean