actionParametersOf
Function
Android
fun actionParametersOf(vararg pairs: ActionParameters.Pair<out Any>): ActionParameters
Returns a new read-only Parameters, from the specified contents. The key element in the given pairs will point to the corresponding value element.
If multiple pairs have the same key, the resulting map will contain only the value from the last of those pairs.