POBottomSheetConfiguration

data class POBottomSheetConfiguration(val height: POBottomSheetConfiguration.Height, val expandable: Boolean, val cancellation: POCancellationConfiguration = POCancellationConfiguration()) : Parcelable

Specifies bottom sheet configuration.

Parameters

height

Specifies bottom sheet height.

expandable

Specifies whether the bottom sheet is expandable.

cancellation

Specifies cancellation behaviour.

Constructors

Link copied to clipboard
constructor(height: POBottomSheetConfiguration.Height, expandable: Boolean, cancellation: POCancellationConfiguration = POCancellationConfiguration())

Types

Link copied to clipboard
sealed class Height : Parcelable

Specifies bottom sheet height.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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