acceptsArguments

open override fun acceptsArguments(arguments: ActionArguments): Boolean

Checks if the situation is not Action.SITUATION_PUSH_RECEIVED or Action.SITUATION_BACKGROUND_NOTIFICATION_ACTION_BUTTON

Return

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

Parameters

arguments

The action arguments.