UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

12 lines 457 B
/** * Get Join Requests * * @param params the query parameters * @param callback the callback to be called when the join request are updated * @returns joinRequests * * @category joinRequest Live Collection * */ export declare const getJoinRequests: (params: Amity.JoinRequestLiveCollection, callback: Amity.LiveCollectionCallback<Amity.JoinRequest>, config?: Amity.LiveCollectionConfig) => () => void; //# sourceMappingURL=getJoinRequests.d.ts.map