Tab

enum Tab : Enum<Tab> , ITab

Description of a tab in the SDK.

Entries

Link copied to clipboard

The "Featured" tab.

Link copied to clipboard

The user's library of downloaded books.

Link copied to clipboard

Tab displaying the composition of podcasts.

Link copied to clipboard

Tab showing all books in the feed, sorted by book categories.

Link copied to clipboard

Search tab.

Link copied to clipboard

Music tab.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override val identifierInfo: ITab.IdentifierInfo?
Link copied to clipboard
open override val localInfo: ITab.LocalInfo? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun fragment(): Fragment
Link copied to clipboard
fun valueOf(value: String): Tab

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Tab>

Returns an array containing the constants of this enum type, in the order they're declared.