SendMessageHandler

public interface SendMessageHandler

Send message callback.

Used for Listen Normal message Send each stage of process.

Callback Order:

Inheritors

Functions

Link copied to clipboard
public abstract Unit onAttached(Message message)

Message stored in database.

Link copied to clipboard
public abstract Unit onError(Message message, NCError error)

Message sending failed.

Link copied to clipboard
public abstract Unit onSuccess(Message message)

Message sent successfully.