unsubscribeFromLiveActivity

fun unsubscribeFromLiveActivity(liveNotificationId: String): ListenableFuture<Unit>

Unsubscribes this device from a backend live notification it previously subscribed to via subscribeToLiveActivity. No-op if the device is not subscribed to it.

Parameters

liveNotificationId

backend id of the live notification to leave.