ChatwootCallbacks constructor
ChatwootCallbacks({
- void onWelcome()?,
- void onPing()?,
- void onConfirmedSubscription()?,
- void onMessageReceived()?,
- void onMessageSent()?,
- void onMessageDelivered()?,
- void onPersistedMessagesRetrieved()?,
- void onMessagesRetrieved()?,
- void onConversationStartedTyping()?,
- void onConversationStoppedTyping()?,
- void onConversationIsOnline()?,
- void onConversationIsOffline()?,
- void onError()?,
Implementation
ChatwootCallbacks({
this.onWelcome,
this.onPing,
this.onConfirmedSubscription,
this.onMessageReceived,
this.onMessageSent,
this.onMessageDelivered,
this.onPersistedMessagesRetrieved,
this.onMessagesRetrieved,
this.onConversationStartedTyping,
this.onConversationStoppedTyping,
this.onConversationIsOnline,
this.onConversationIsOffline,
this.onError,
});