UNPKG

@tef-novum/webview-bridge

Version:

JavaScript library to access to native functionality. Requires a webview with a postMessage bridge.

9 lines (8 loc) 289 B
export declare const getUnseenNotificationsBadge: () => Promise<{ unseenNotificationCounter: number; lastUpdated: number; }>; export declare const setUnseenNotificationsBadge: (payload: { unseenNotificationCounter: number; lastUpdated: number; }) => Promise<void>;