Giphy / giphy-android-sdk

Home of the GIPHY SDK Android example app, along with Android SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
91 stars 40 forks source link

Set query to GiphyDialogFragment #193

Closed dazndrey closed 1 year ago

dazndrey commented 1 year ago

I want to set a specific query on opening the GIPHY template. Seems like it's possible for iOS (with giphy.showMoreByUser), but I can't find something similar for Android.

Is it possible to set the search query or content on GiphyDialogFragment?

ALexanderLonsky commented 1 year ago

hey @dazndrey, It is a bug rather than a feature on iOS :) This functionality is not provided by GiphyDialogFragment. The purpose of giphy.showMoreByUser is to narrow down the search results to a particular content creator. In order to set a specific query, you will need to use our custom GiphyGridView + GPHContent solution.