showNotification

open fun showNotification(notification: ChatNotification)

Show a notification for the given ChatNotification.

Parameters

notification

The notification to be shown.


abstract fun showNotification(channel: Channel, message: Message)

Deprecated

Use showNotification(notification: ChatNotification) instead.

Show a notification for the given channel and message

Parameters

channel

where the new message was posted

message

was received