Toast.actionName

Set actionName property.

  1. string actionName [@property getter]
  2. string actionName [@property setter]
    class Toast
    @property
    void
    actionName
    (
    string propval
    )

Parameters

propval string

The name of the associated action.

It will be activated when clicking the button.

See property@Toast:action-target.