UNPKG

customerio-gist-web

Version:

Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io

8 lines (7 loc) 530 B
import type { GistMessage } from '../types'; export declare function updateBroadcastsLocalStore(messages: GistMessage[]): Promise<void>; export declare function getEligibleBroadcasts(): Promise<GistMessage[]>; export declare function markBroadcastAsSeen(broadcastId: string): Promise<void>; export declare function markBroadcastAsDismissed(broadcastId: string): Promise<void>; export declare function isMessageBroadcast(message: GistMessage): boolean; export declare function isShowAlwaysBroadcast(message: GistMessage): boolean;