EmptyListPlaceholderStrings

data class EmptyListPlaceholderStrings(val description: String, val buttonTitle: String?)

Strings to be displayed in an empty reading list view.

Constructors

Link copied to clipboard
constructor(description: String, buttonTitle: String?)

Properties

Link copied to clipboard

The title of a button to be displayed under the description. The button will not be displayed if this is null.

Link copied to clipboard

The description text.