acceptsArguments

open override fun acceptsArguments(arguments: ActionArguments): Boolean(source)

Checks if the argument's value can be parsed and ensures the situation is neither Action.Situation.PUSH_RECEIVED, nor Action.Situation.BACKGROUND_NOTIFICATION_ACTION_BUTTON.

Return

true if the action can perform with the arguments, otherwise false.

Parameters

arguments

The action arguments.