onPresenceStatusChanged property

(dynamic Function(List<EMPresence> list)?) onPresenceStatusChanged
final

~english Occurs when the presence state of a subscribed user changes. ~end

~chinese 收到被订阅用户的在线状态发生变化。 ~end

Implementation

final Function(List<EMPresence> list)? onPresenceStatusChanged;