UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

12 lines 488 B
/** * Internal used only * * Fired when an {@link Amity.channelUnreadInfo} has been updated. * * @param callback The function to call when the event was fired * @returns an {@link Amity.Unsubscriber} function to stop listening * * @category ChannelMarker Events */ export declare const onChannelUnreadInfoUpdatedLocal: (callback: Amity.Listener<Amity.Events['local.channelUnreadInfo.updated']>) => Amity.Unsubscriber; //# sourceMappingURL=onChannelUnreadInfoUpdatedLocal.d.ts.map