UNPKG

@tef-novum/webview-bridge

Version:

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

5 lines (4 loc) 160 B
/** * This method is used by webapp to request the native app to launch the app rating dialog */ export declare const showAppRating: () => Promise<void>;