AuthenticationRequest.BodyContent.VerticalList


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


A vertical list as body content.

Compatibility Note: This content type is only supported starting from Build.VERSION_CODES.VANILLA_ICE_CREAM (API 35). On devices running earlier versions of Android, this content will be ignored and will not be displayed.

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-alpha06
public final String getDescription()

The description of this list.

getItems

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

The PromptContentItem to display on the list.