Class SearchConfiguration

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public abstract class SearchConfiguration
     implements Parcelable
                        

    Class containing search configuration properties.

    • Constructor Detail

      • SearchConfiguration

        SearchConfiguration()
    • Method Detail

      • getStartSearchChars

         abstract int getStartSearchChars()

        Returns the number of letter after which the search starts.

        Returns:

        Number of letters in the input field after which the search is triggered.

      • getSnippetLength

         abstract int getSnippetLength()

        Returns the search snippet length, which is a number of letters displayed in the search result preview.

        Returns:

        Search snippet length.

      • isStartSearchOnCurrentPage

         abstract boolean isStartSearchOnCurrentPage()

        Returns true if the search should be started on the current page, false to start from the beginning.

        Returns:

        true to start search from current page, false to start from beginning.