AppCheck

data class AppCheck(    val result: Boolean,     val version: String? = null,     val notice: Boolean? = null,     val noticeUpdate: Boolean? = null,     val date: String? = null)

Constructors

Link copied to clipboard
constructor(result: Boolean, version: String? = null, notice: Boolean? = null, noticeUpdate: Boolean? = null, date: String? = null)

Properties

Link copied to clipboard
val date: String? = null
Link copied to clipboard
val notice: Boolean? = null
Link copied to clipboard
val noticeUpdate: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val version: String? = null