Skip to main content

Interface: SubscriptionEvents

Events emitted by Subscription.

Properties

error()

error: (err) => void

Emitted if an error occurred in the subscription.

Parameters

err

Error

Returns

void


resendCompleted()

resendCompleted: () => void

Emitted when a resend is complete.

Returns

void