Style

sealed class Style : Parcelable

Represents the different styles of an OUDS button.

Inheritors

Types

Link copied to clipboard

The button displays an icon and/or a text and supports user interactions if it is enabled.

Link copied to clipboard
data class Loading(val progress: Float?) : OudsButton.Style

The button displays a circular loading indicator.

Link copied to clipboard

The button displays a skeleton.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)