@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
17 lines • 593 B
TypeScript
/**
* ```js
* import { EventRepository } from '@amityco/ts-sdk-react-native'
* const dispose = EventRepository.onLocalEventUpdated(event => {
* // ...
* })
* ```
*
* Fired when an RSVP response for a {@link Amity.EventResponse} has been updated
*
* @param callback The function to call when the event was fired
* @returns an {@link Amity.Unsubscriber} function to stop listening
*
* @category Event Events
*/
export declare const onLocalRSVPUpdated: (callback: Amity.Listener<Amity.InternalEventResponse>) => Amity.Unsubscriber;
//# sourceMappingURL=onLocalRSVPUpdated.d.ts.map