update

fun <T : SubscribableEvent> update(event: KClass<T>, callback: WebcomResultCallback<LongTermSubscription>? = null)

Updates the descriptor of data events watched by this subscription.

The optional callback is called as soon as the update of the subscription has been acknowledged by the Webcom back end.