TermsAndConditions

data class TermsAndConditions(val title: String, val message: String, val acceptText: String, val declineText: String) : Parcelable

Terms And Conditions

Constructors

Link copied to clipboard
constructor(title: String, message: String, acceptText: String, declineText: String)

Properties

Link copied to clipboard

String accept text of the terms and conditions

Link copied to clipboard

String decline text of the terms and conditions

Link copied to clipboard

String message of the terms and conditions

Link copied to clipboard

String title of the terms and conditions

Functions

Link copied to clipboard

Accepts the terms and conditions

Link copied to clipboard

Declines the terms and conditions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)