Compartilhar via


TopicChangedListener type

Retorno de chamada para o evento 'topicChanged' de ChatAdapterSubscribers .

type TopicChangedListener = (event: { topic: string }) => void