DismissValue
Kotlin
|Java
enum class DismissValue
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.material.DismissValue> | |
↳ | androidx.compose.material.DismissValue |
Possible values of DismissState.
Summary
Enum values | |
---|---|
Indicates the component has not been dismissed yet. |
|
Indicates the component has been dismissed in the reading direction. |
|
Indicates the component has been dismissed in the reverse of the reading direction. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|
Enum values
DismissedToEnd
enum val DismissedToEnd : DismissValue
Indicates the component has been dismissed in the reading direction.
DismissedToStart
enum val DismissedToStart : DismissValue
Indicates the component has been dismissed in the reverse of the reading direction.