UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

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