API Reference > imodeljs-frontend > NativeApp > IpcApp > removeListener removeListener MethodStatic Remove a previously registered listener removeListener(channel: string, listener: IpcListener): void Parameter Type Description channel string The name of the channel for the listener previously registered with IpcApp.addListener listener IpcListener The function passed to IpcApp.addListener Returns - void Defined in core/frontend/src/IpcApp.ts Line 69 Last Updated: 11 June, 2024