Action.getActionsOnAdapter Method

Helper method to get the actions of a type on an adapter. This method will return the appropriate action array based on which adapter is given, and the type of the action.
 
 
Static This method is static.

Parameters

adapter

Type: Adapter
The adapter to check for the actions of that type.
actionType

Type: ActionType
The type of action to check for.

Return Value


Type: Array
ElementType: Action
The found array of actions, or an empty array.