mutableActionParametersOf
Function
Android
fun mutableActionParametersOf(
vararg pairs: ActionParameters.Pair<out Any>
): MutableActionParameters
Returns a new MutableParameters, from the specified contents. The key element in the given pairs will point to the corresponding value element. All values must be either of primitive or Parcelable types.
If multiple pairs have the same key, the resulting Parameters will contain only the value from the last of those pairs.