@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
12 lines • 448 B
TypeScript
/**
* Get invitations
*
* @param params the query parameters
* @param callback the callback to be called when the invitations are updated
* @returns invitations
*
* @category Invitation Live Collection
*
*/
export declare const getInvitations: (params: Amity.InvitationLiveCollection, callback: Amity.LiveCollectionCallback<Amity.Invitation>, config?: Amity.LiveCollectionConfig) => () => void;
//# sourceMappingURL=getInvitations.d.ts.map