UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

17 lines 594 B
/** * ```js * import { onLocalInvitationCanceled } from '@amityco/ts-sdk-react-native' * const dispose = onLocalInvitationCanceled(data => { * // ... * }) * ``` * * Fired when an {@link Amity.InvitationPayload} has been deleted * * @param callback The function to call when the event was fired * @returns an {@link Amity.Unsubscriber} function to stop listening * * @category Invitation Events */ export declare const onLocalInvitationCanceled: (callback: Amity.Listener<Amity.InternalInvitation[]>) => Amity.Unsubscriber; //# sourceMappingURL=onLocalInvitationCanceled.d.ts.map