Companion

Companion object exposing methods to retrieve a ShareState given its numerical representation.

Since

0.0.1

Functions

Link copied to clipboard
fun fromValue(value: Int): ShareState
Link copied to clipboard
fun fromValueOrElse(value: Int, default: ShareState): ShareState
Link copied to clipboard
open override fun fromValueOrNull(value: Int): ShareState?
Link copied to clipboard
fun hasValue(value: Int): Boolean
Link copied to clipboard