Skip to content

Instantly share code, notes, and snippets.

@AlexPrestonSB
Created August 7, 2020 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexPrestonSB/f2742316d002c23a173f68d18eea1ea5 to your computer and use it in GitHub Desktop.
Save AlexPrestonSB/f2742316d002c23a173f68d18eea1ea5 to your computer and use it in GitHub Desktop.
Event for when a message fails to send.
@Override
public void onFailedMessageEvent(MessageCollection collection, final List<BaseMessage> messages, final MessageEventAction action, final FailedMessageEventActionReason reason) {
if (getActivity() == null) {
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment