sippo-sdk / com.quobis.sippo.sipposdk.chat / Chats / disablePushNotifications

disablePushNotifications

fun disablePushNotifications(onCompletion: (SippoClientError?) -> Unit): Unit

Disable the reception of chat push notifications.

Parameters

onCompletion - Callback that will be invoked when the request is completed. It will receive a SippoClientError if any error occurs. In case of success, error will be null.