IP*Works! 2016 Android Edition
IP*Works! 2016 Android Edition
Questions / Feedback?

Error Event

This event is fired when the server sends a protocol error message.

Syntax

public void fireError(XmppErrorEvent event);

public class XmppErrorEvent {
  public int errorCode;
  public String description;
}

Remarks

This is fired whenever there is a protocol error. ErrorCode will contain the error code string sent by the server. Description will contain the Xmpp component's interpretation of the code.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Android Edition - Version 16.0 [Build 7353]