Loaded

indigo.shared.events.StorageEvent.Loaded
final case class Loaded(key: String, data: Option[String]) extends StorageEvent

Successful data load response.

Value parameters

data

the data retrieved from local storage, if it exists.

key

the unique key of the data that was loaded.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StorageEvent
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product