UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

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