sendData

fun sendData(dataKey: String, data: Any)

Stores data under dataKey, overwriting whatever was previously stored under that key (read or not). The mechanism behind SendData.

Parameters

dataKey

key the value is stored under.

data

the value to store.