handleAction

open override fun handleAction(action: Action, activity: Activity)

Provide the action from the API response that needs to be handled.

Parameters

action

The parsed object from the API of the action to be taken.

activity

The Activity starting the action.