unsubscribe

open override fun unsubscribe(id: String, changeType: SudoSubscriber.ChangeType)

Unsubscribes the specified subscriber so that it no longer receives notifications about new, updated or deleted Sudos.

Parameters

id

unique ID for the subscriber.

changeType

change type to unsubscribe from.


open override fun unsubscribe(id: String)

Unsubscribes the specified subscriber so that it no longer receives change notifications.

Parameters

id

unique ID for the subscriber.