Home / @sym20/core-chat / IChatService / registerOverlayViewFactory

IChatService.registerOverlayViewFactory() method

Register an overlay factory for displaying UI elements on top of a specific chat

Signature
registerOverlayViewFactory(factory: OverlayFactory): void;

Parameters

ParameterTypeDescription
factoryOverlayFactory

Factory used to create overlay views for a specific chat

Throws

Error