setVolatile

open fun setVolatile(@NonNull key: String, @NonNull value: Any)

Set a volatile value in memory stored by key.

This is linked to the OpMode blackboard member introduced in SDK v10.3.

Parameters

key

the key to store the value under

value

the value to store