Class FileSearcher.SearchOptions

java.lang.Object
com.mku.fs.drive.utils.FileSearcher.SearchOptions
Enclosing class:
FileSearcher

public static class FileSearcher.SearchOptions extends Object
Search options
  • Field Details

    • anyTerm

      public boolean anyTerm
      True to search for any term, otherwise match all
    • onResultFound

      public <any> onResultFound
      Callback when result found
    • onSearchEvent

      public <any> onSearchEvent
      Callback when search event happens.
  • Constructor Details

    • SearchOptions

      public SearchOptions()