Source set: Common
public class CustomAccessibilityAction(public val label: String, public val action: () -> Boolean)
Custom accessibility action.
Parameters
| label | The description of this action |
| action | The function to invoke when this action is performed. The function should have no arguments and return a boolean result indicating whether the action is successfully handled. |
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int
toString
Source set: Common
override fun toString(): String