UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

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