TermsOfService

data class TermsOfService(val accepted: Boolean, val version: String?)

Constructors

Link copied to clipboard
constructor(accepted: Boolean, version: String?)

Properties

Link copied to clipboard

{boolean} Whether a user accepts the terms

Link copied to clipboard

{string} Optional terms version identifier