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 background color of the log in button on the landing page.

Link copied to clipboard
val buttonTextColor: String? = null

The color of the text in the log in button on the landing page.

Link copied to clipboard
val imageUrl: String? = null

The URL of the image shown on the landing page.

Link copied to clipboard
val message: String? = null

The message shown on the landing page.

Link copied to clipboard
val title: String? = null

The title shown on the landing page.