@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
17 lines • 514 B
TypeScript
/**
* ```js
* import { onUserUnfollowed } from '@amityco/ts-sdk'
* const dispose = onUserFollowed(status => {
* // ...
* })
* ```
*
* Fired when a user unfollows
*
* @param callback The function to call when the event was fired
* @returns an {@link Amity.Unsubscriber} function to stop listening
*
* @category Follow Events
*/
export declare const onUserUnfollowed: (callback: Amity.Listener<Amity.FollowStatus>) => Amity.Unsubscriber;
//# sourceMappingURL=onUserUnfollowed.d.ts.map