The action to match, such as Message.ACTION_MAIN.
The category to match, such as Message.CATEGORY_SCREEN.
The component id to match.
The packageName to match.
Whether this filter matches the given message.
The message to compare with this filter.
Return true if the message's action and category are matched with the action and category.
Generated using TypeDoc
Structured description of Message values to be matched. A MessageFilter can match against actions and categories in a Message.
1