PromptContentItemPlainText


public final class PromptContentItemPlainText implements PromptContentItem


A list item with plain text shown on PromptVerticalListContentView.

Summary

Public constructors

A list item with plain text shown on PromptVerticalListContentView.

Public constructors

PromptContentItemPlainText

Added in 1.4.0-alpha01
public PromptContentItemPlainText(@NonNull String text)

A list item with plain text shown on PromptVerticalListContentView.

Parameters
@NonNull String text

The text of this list item.