Package 

Interface CreateChannelErrorHandler

    • Method Summary

      Modifier and Type Method Description
      abstract ReturnOnErrorCall<Channel> onCreateChannelError(Call<Channel> originalCall, String channelType, String channelId, List<String> memberIds, Map<String, Object> extraData) Returns a Result from this side effect when original request fails.
      abstract String getName() The name of this plugin.
      abstract Integer getPriority() The priority of this ErrorHandler.
      • Methods inherited from class io.getstream.chat.android.client.errorhandler.CreateChannelErrorHandler

        compareTo
      • Methods inherited from class java.lang.Object

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

      • onCreateChannelError

         abstract ReturnOnErrorCall<Channel> onCreateChannelError(Call<Channel> originalCall, String channelType, String channelId, List<String> memberIds, Map<String, Object> extraData)

        Returns a Result from this side effect when original request fails.

        Parameters:
        originalCall - The original call.
        channelType - The channel type.
        channelId - The channel id.
        memberIds - The list of members' ids.
        extraData - Map of key-value pairs that let you store extra data