customer-android-kotlin

//core/com.kustomer.core.providers/KusPushRegistrationProvider/deregisterDeviceForPushNotifications

deregisterDeviceForPushNotifications

[androidJvm]
abstract suspend fun deregisterDeviceForPushNotifications(): KusResult<Boolean>

Calls a push registration service to unregister a device from receiving push notifications.

Note: This is a suspend function and should be called from Kotlin Coroutines

Return

KusResult.Success of type Boolean or KusResult.Error with KusApplicationException