-
- All Implemented Interfaces:
public interface ShuffleGiphyListenerListener for io.getstream.chat.android.client.ChatClient.shuffleGiphy calls.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonShuffleGiphyResult(String cid, Result<Message> result)A method called after receiving the response from the shuffle Giphy call. -
-
Method Detail
-
onShuffleGiphyResult
abstract Unit onShuffleGiphyResult(String cid, Result<Message> result)
A method called after receiving the response from the shuffle Giphy call.
- Parameters:
cid- The full channel id, i.e.result- The API call result.
-
-
-
-