-
- All Implemented Interfaces:
-
kotlin.Comparable
public interface ErrorHandler implements Comparable<ErrorHandler>
Extension for io.getstream.chat.android.client.ChatClient that allows handling plugins' errors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorHandler.Companion
-
Method Summary
Modifier and Type Method Description IntegercompareTo(ErrorHandler other)abstract StringgetName()The name of this plugin. abstract IntegergetPriority()The priority of this ErrorHandler. -
-
Method Detail
-
compareTo
Integer compareTo(ErrorHandler other)
-
getPriority
abstract Integer getPriority()
The priority of this ErrorHandler. Use it to run it before error handlers of the same type.
-
-
-
-