Interface: IntentHandlerManager

IntentHandlerManager

Interface for classes that can manage intents
Source:

Methods

handleIntent(svContext)

Called when an intent should be invoked. The Manager (depending on its implementation) should process the request by finding the correct object that is registered to handle the intent and then execute the IntentHander@handleIntent function of that object
Parameters:
Name Type Description
svContext SVContext The context of the execution
Source: