Loaded

final case class Loaded(key: String, data: String) extends StorageEvent
Data load response,
Value Params
data
the data retreived from local storage.
key
the unique key of the data that was loaded.
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product