@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
17 lines • 590 B
TypeScript
/**
* ```js
* import { onLiveReactionCreatedLocal } from '@amityco/ts-sdk'
* const dispose = onLiveReactionCreatedLocal(reactions => {
* // ...
* })
* ```
*
* Fired when a batch of {@link Amity.LiveReaction} has been created
*
* @param callback The function to call when the event was fired
* @returns an {@link Amity.Unsubscriber} function to stop listening
*
* @category Live Reaction Events
*/
export declare const onLiveReactionCreatedLocal: (callback: Amity.Listener<Amity.LiveReaction[]>) => Amity.Unsubscriber;
//# sourceMappingURL=onLiveReactionCreatedLocal.d.ts.map