@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
12 lines • 447 B
TypeScript
/**
* Internal used only
*
* Fired when any {@link Amity.Channel} have been resolved by Object resolver
*
* @param callback The function to call when the event was fired
* @returns an {@link Amity.Unsubscriber} function to stop listening
*
* @category Channel Events
*/
export declare const onChannelResolved: (callback: Amity.Listener<Amity.StaticInternalChannel[]>) => Amity.Unsubscriber;
//# sourceMappingURL=onChannelResolved.d.ts.map