Skip to content

Type alias: PrivateChannelEventEmitters

PrivateChannelEventEmitters: Object

Type declaration

PRIVATE_CHANNEL_FOLLOWED

PRIVATE_CHANNEL_FOLLOWED: (followerAddedInstance) => void

Parameters

ParameterType
followerAddedInstanceFollowerAddedInstance

Returns

void

PRIVATE_CHANNEL_RENEWED

PRIVATE_CHANNEL_RENEWED: (subscriptionRenewedInstance) => void

Parameters

ParameterType
subscriptionRenewedInstanceSubscriptionRenewedInstance

Returns

void

PRIVATE_CHANNEL_SUBSCRIPTION

PRIVATE_CHANNEL_SUBSCRIPTION: (subscriptionCreatedInstance) => void

Parameters

ParameterType
subscriptionCreatedInstanceSubscriptionCreatedInstance

Returns

void

PRIVATE_CHANNEL_SUBSCRIPTIONS_GIFTED

PRIVATE_CHANNEL_SUBSCRIPTIONS_GIFTED: (subscriptionGiftedInstance) => void

Parameters

ParameterType
subscriptionGiftedInstanceSubscriptionGiftedInstance

Returns

void

PRIVATE_CHANNEL_UNFOLLOWED

PRIVATE_CHANNEL_UNFOLLOWED: (followerDeletedInstance) => void

Parameters

ParameterType
followerDeletedInstanceFollowerDeletedInstance

Returns

void

ws/private-channel/private-channel.events.ts:20


Generated using typedoc-plugin-markdown and TypeDoc