ServiceSignUpTermsOfService

data class ServiceSignUpTermsOfService(val consentRequired: Boolean, val enabled: Boolean, val text: String? = null)

Constructors

Link copied to clipboard
constructor(consentRequired: Boolean, enabled: Boolean, text: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should the user be asked for consent during sign up?

Link copied to clipboard

Should Terms of Service be displayed during sign up?.

Link copied to clipboard
val text: String? = null

The Terms of Service which users are required to agree to in order to sign up.