PagesAPI
Docs for PagesAPI methods
1. openQrPageWithShortCode
openQrPageWithShortCode(qrPageShortCodeData: QrPageWithShortCodeParams): Promise<void>Open page with QR Code with download link to download content.
Accepts QrPageWithShortCodeParams :
isDirectDownload : boolean : true if download link directly downlaods to device, false if a page is to be opened for downlaod.
url : string : Url for the downlaodable content
code : string | null | undefined : Short code to be provided if using mod91 download page.
Last updated
Was this helpful?