UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

12 lines 417 B
/** * Get my 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 getMyEvents: (params: Amity.MyEventLiveCollection, callback: Amity.LiveCollectionCallback<Amity.Event>, config?: Amity.LiveCollectionConfig) => () => void; //# sourceMappingURL=getMyEvents.d.ts.map