UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

3 lines 487 B
export declare const createCommunityMemberEventSubscriber: (event: keyof Amity.MqttCommunityUserEvents, callback: (community: Amity.InternalCommunity, members: Amity.Membership<'community'>[]) => void) => Amity.Unsubscriber; export declare const createLocalCommunityMemberEventSubscriber: (event: keyof Amity.LocalCommunityEvents, callback: (community: Amity.InternalCommunity, members: Amity.Membership<'community'>[]) => void) => Amity.Unsubscriber; //# sourceMappingURL=utils.d.ts.map