@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
17 lines • 574 B
TypeScript
/**
* ```js
* import { onCommentReactionAdded } from '@amityco/ts-sdk-react-native'
* const dispose = onCommentReactionAdded(comment => {
* // ...
* })
* ```
*
* Fired when a {@link Amity.InternalComment} has been reacted
*
* @param callback The function to call when the event was fired
* @returns an {@link Amity.Unsubscriber} function to stop listening
*
* @category Comment Events
*/
export declare const onCommentReactionAdded: (callback: Amity.Listener<Amity.InternalComment>) => Amity.Unsubscriber;
//# sourceMappingURL=onCommentReactionAdded.d.ts.map