Save

indigo.shared.events.StorageEvent.Save
final case class Save(key: String, data: String) extends StorageEvent

Save data locally, referenced by a key.

Value parameters

data

the data to store.

key

a unique key to store the data against

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