BuddyUpdate Event

This event is fired whenever a roster entry is updated.

Syntax

public open class DefaultXmppEventListener : XmppEventListener {
  ...
  public override fun buddyUpdate(e: XmppBuddyUpdateEvent) {}
  ...
}

public class XmppBuddyUpdateEvent {
  val buddyIdx: Int
}

Remarks

The BuddyUpdate event will fire whenever a new buddy list entry is added or an old entry is updated. The updated information can be retrieved through the Buddies collection property. The BuddyIdx parameter of this event will be the index of that XMPPBuddy in the collection.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]