gh-pages / com.nextfaze.devfun.invoke / UiFunction
UiFunction
interface UiFunction (source)
Describes a function to be executed via the DevFun Invocation UI.
See Also
Properties
| Name | Summary |
|---|---|
| negativeButton | open val negativeButton: UiButton?The cancel button. |
| neutralButton | open val neutralButton: UiButton?An optional neutral button. |
| parameters | abstract val parameters: List<Parameter>The parameters of the function. |
| positiveButton | open val positiveButton: UiButton?The execute button. |
| signature | open val signature: CharSequence?The function signature (or something more technical and relevant to the invocation). |
| subtitle | open val subtitle: CharSequence?The subtitle/description of this function (dialog subtitle). |
| title | abstract val title: CharSequenceThe title of this function (the dialog title). |