Class

CustomAccessibilityAction

Custom accessibility action.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
class CustomAccessibilityAction(val label: String, 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.