Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
o

FlashKind

object FlashKind

Creates and inspects FlashKind values.

Defined by scalive.FlashKind. View source (scalive/api/src/scalive/FlashKind.scala:12-20)

Extension methods1

value

extension def value(kind: FlashKind$package.FlashKind): String

Returns the exact runtime flash key stored in kind.

Defined by scalive.FlashKind.value. View source (scalive/api/src/scalive/FlashKind.scala:20-20)

Methods1

apply

def apply(value: String): FlashKind$package.FlashKind

Creates a flash kind from its exact runtime key.

No validation or normalization is performed.

Defined by scalive.FlashKind.apply. View source (scalive/api/src/scalive/FlashKind.scala:17-17)