Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9652c9a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[OneSearch] Add onesearch plugin api to trigger image from URL." into sc-v2-dev

parents 00841576 aa9a446b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,4 +40,7 @@ public interface OneSearch extends Plugin {
     * @param query The query to get the search suggests for.
     */
    ArrayList<Parcelable> getSuggests(Parcelable query);

    /** Get image bitmap with the URL. */
    Parcelable getImageBitmap(String imageUrl);
}