AuthenticationRequest.BodyContent.VerticalList


public final class AuthenticationRequest.BodyContent.VerticalList extends AuthenticationRequest.BodyContent


A vertical list as body content.

Summary

Public constructors

VerticalList(
    String description,
    @NonNull List<@NonNull PromptContentItem> items
)

Public methods

final String

The description of this list.

final @NonNull List<@NonNull PromptContentItem>

The PromptContentItem to display on the list.

Public constructors

VerticalList

public VerticalList(
    String description,
    @NonNull List<@NonNull PromptContentItem> items
)

Public methods

getDescription

Added in 1.4.0-alpha03
public final String getDescription()

The description of this list.

getItems

Added in 1.4.0-alpha03
public final @NonNull List<@NonNull PromptContentItemgetItems()

The PromptContentItem to display on the list.