containsAction

fun containsAction(action: String): Boolean

Checks if the menu contains the specified action.

Return

true if the action exists, false otherwise.

Parameters

action

The action string to search for. This does a case insensitive contains.