getValue

inline fun <T> getValue(key: String): T?

Returns the value of a specific key from the shared context.

Return

The value of the key as an object of type T.

Parameters

key

The key for which the value is to be returned.