Interface CreateChannelErrorHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

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

    • 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