contact_chat_state_changed
Description:
[ Version ( since = "0.19.0" ) ]
public signal void contact_chat_state_changed (Contact contact, uint state)
public signal void contact_chat_state_changed (Contact contact, uint state)
Emitted when a contact's chat state changes after prepare_async
has finished preparing features TP_TEXT_CHANNEL_FEATURE_CHAT_STATES
, TP_CHANNEL_FEATURE_GROUP
and
TP_CHANNEL_FEATURE_CONTACTS
.
Parameters:
contact |
a Contact for the local user or another contact |
state |
the new ChannelChatState for the contact |