Package 

Interface ShuffleGiphy

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Message> invoke(Message message) Performs giphy shuffle operation.
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.ShuffleGiphy

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

         abstract Call<Message> invoke(Message message)

        Performs giphy shuffle operation. Removes the original "ephemeral" message from local storage. Returns new "ephemeral" message with new giphy url. API call to remove the message is retried according to the retry policy specified on the chatDomain

        Parameters:
        message - the message to send