AuthenticationRequest.BodyContent.VerticalList


class AuthenticationRequest.BodyContent.VerticalList : AuthenticationRequest.BodyContent


A vertical list as body content.

Summary

Public constructors

VerticalList(description: String?, items: List<PromptContentItem>)

Public properties

String?

The description of this list.

List<PromptContentItem>

The PromptContentItem to display on the list.

Public constructors

VerticalList

VerticalList(
    description: String? = null,
    items: List<PromptContentItem> = listOf()
)

Public properties

description

Added in 1.4.0-alpha03
val descriptionString?

The description of this list.

items

Added in 1.4.0-alpha03
val itemsList<PromptContentItem>

The PromptContentItem to display on the list.