onPresenceStatusChanged property
final
~english Occurs when the presence state of a subscribed user changes. ~end
~chinese 收到被订阅用户的在线状态发生变化。 ~end
Implementation
final Function(List<ChatPresence> list)? onPresenceStatusChanged;
~english Occurs when the presence state of a subscribed user changes. ~end
~chinese 收到被订阅用户的在线状态发生变化。 ~end
final Function(List<ChatPresence> list)? onPresenceStatusChanged;