shouldHandleActions

abstract fun shouldHandleActions(): Boolean

Called every time receiving an event to check if we should handle event.

Return

Boolean :

  • true : should handle event.
  • false : abort event.