pusher

pusher/pusher-websocket-react-nativ...

React Native official Pusher SDK

TypeScript
74
63
MIT License

subscribers to a channel](https://pusher.com/docs/channels/using_channels/reading-connection-metrics/#counting-subscribers-to-a-channel) for more details. #### `onMemberAdded` ```typescript function onMemberAdded(member:PusherMember) { console.log(`onMemberAdded: ${member}`); } ``` Use this if you want to be informed when a new member joins a presence channel. This can be used to keep track of the number of members on a channel. Note that this event is only relevant to presence channels. #### `onMemberRemoved` ```typescript function onMemberRemoved(member:PusherMember) { console.log(`onMemberRemoved: ${member}`); } ``` Use this if you want to be informed when a new member leaves a presence channel. This can be used to keep track of the number of members on a channel. Note that this event is only relevant to presence channels. #### `onAuthorizer` ```typescript function onAuthorizer( channelName: string, socketId: string, callback: (error: string, auth: string) => void, ) { console.log(`onAuthorizer: ${channelName} socketId: ${socketId}`); callback(null, '1.0'); } ```

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

fbenevides's profile
fbenevides
64 contributions
daansystems's profile
daansystems
15 contributions
git-wright's profile
git-wright
8 contributions
aonemd's profile
aonemd
7 contributions
emmanuel-nike's profile
emmanuel-nike
4 contributions
proggen-com's profile
proggen-com
4 contributions
Keith-wright's profile
Keith-wright
4 contributions
pusher-ci's profile
pusher-ci
3 contributions
callaars's profile
callaars
2 contributions
benw-pusher's profile
benw-pusher
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet