Interface OnDiscontinuitySubscriptionResponse

A response to subscribing to discontinuity events that allows control of the subscription.

interface OnDiscontinuitySubscriptionResponse {
    off: (() => void);
}

Properties

Properties

off: (() => void)

Unsubscribe from discontinuity events.