unsubscribe

suspend fun unsubscribe(parentId: String): LibraryResult<Void>

Unsubscribes from a parent id for changes to its children, which was previously subscribed by subscribe.

Parameters

parentId

A non-empty parent id to unsubscribe from.

See also