AppVersionBlackListResponse

actual data class AppVersionBlackListResponse(val oldestAccepted: Int, val blacklisted: List<Int>)

Constructors

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

Properties

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

Functions

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