ignorePushMessageWhenUserOnline
There is different behaviour for receiving push messages when ths user is online (when there is an active WebSocket connection) depending on the type of the message.
Supported types:
ChatNotification.TYPE_MESSAGE_NEW - new message notification
ChatNotification.TYPE_NOTIFICATION_REMINDER_DUE - reminder notification
The default behaviour is:
ChatNotification.TYPE_MESSAGE_NEW, the push is ignored when the user is online.
ChatNotification.TYPE_NOTIFICATION_REMINDER_DUE, the push is shown when the user is online.
This function allows you to customize the behavior for different notification types.