Package 

Interface CreateChannel

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Channel> invoke(Channel channel) Creates a new channel.
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.CreateChannel

        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<Channel> invoke(Channel channel)

        Creates a new channel. Will retry according to the retry policy if it fails

        Parameters:
        channel - the channel object