AccessApplicationLandingPageDesign

data class AccessApplicationLandingPageDesign(val buttonColor: String? = null, val buttonTextColor: String? = null, val imageUrl: String? = null, val message: String? = null, val title: String? = null)

Constructors

Link copied to clipboard
constructor(buttonColor: String? = null, buttonTextColor: String? = null, imageUrl: String? = null, message: String? = null, title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val buttonColor: String? = null

The button color of the landing page.

Link copied to clipboard
val buttonTextColor: String? = null

The button text color of the landing page.

Link copied to clipboard
val imageUrl: String? = null

The URL of the image to be displayed in the landing page.

Link copied to clipboard
val message: String? = null

The message of the landing page.

Link copied to clipboard
val title: String? = null

The title of the landing page.