Interface CreateChannelErrorHandler
-
- All Implemented Interfaces:
public interface CreateChannelErrorHandlerError handler for io.getstream.chat.android.client.ChatClient.createChannel calls.
-
-
Method Summary
-
-
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
-
-
-
-