android-components / mozilla.components.browser.state.action / ContentAction / ClearFindResultsAction
ClearFindResultsAction
data class ClearFindResultsAction :
ContentAction
(source)
Removes all FindResultStates of the ContentState with the given sessionId.
Constructors
Name | Summary |
---|---|
<init> |
ClearFindResultsAction(sessionId: String ) Removes all FindResultStates of the ContentState with the given sessionId. |
Properties
Name | Summary |
---|---|
sessionId |
val sessionId: String
|