UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

12 lines 412 B
/** * Get events * * @param params the query parameters * @param callback the callback to be called when the events are updated * @returns events * * @category RSVP Live Collection * */ export declare const getRSVPs: (params: Amity.RSVPLiveCollection, callback: Amity.LiveCollectionCallback<Amity.EventResponse>, config?: Amity.LiveCollectionConfig) => () => void; //# sourceMappingURL=getRSVPs.d.ts.map