This interface is deprecated.

Beginning July 1st, 2017, any new channels using this component will be rejected during certification.

Beginning January 1st, 2018, any updates to existing channels using this component will be rejected during certification.


This interface is known as ifRoSearchHistory in some firmware versions.

Implemented By

Supported Methods

Description of Methods

Clear() as Void

Clear all elements from the search history. Note that this clears the search history for all applications and should be used carefully. The standard usage is to provide a "clear history" button on the search screen, so that it is up to the user when the history stack is cleared.

Push(searchTerm as String) as Void

Push a new search term onto the search history stack.

GetAsArray() as Object

Returns the current search history stack as an roArray of Strings with all available search history elements.