ActionConfiguration

Allows specification of configuration for some action.

The configuration is represented using zero or more initialization parameters to use when constructing an instance of the implementation class. The following types are supported:

Since

4.0

Functions

Link copied to clipboard
abstract fun getParams(): Array<Any>
Gets the initialization parameters that will be used when constructing an instance of the implementation class.
Link copied to clipboard
abstract fun params(params: Array<Any>)
Adds initialization parameters to use when constructing an instance of the implementation class.
Link copied to clipboard
abstract fun setParams(params: Array<Any>)
Sets any initialization parameters to use when constructing an instance of the implementation class.