storeEvent

abstract fun storeEvent(key: String)(source)

Stores an event notification with the given key. Unlike storeValue, this method doesn't require a value parameter as it creates a simple event notification without additional data.

Parameters

key

The key to store the event with