UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

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