Chuyển đến nội dung chính

openPDFViewer

Mô tả

Mở trình đọc PDF ở Zalopay App

Parameters

Tên ParamKiểu dữ liệuBắt buộcMô tả
urlstringĐường dẫn đến file PDF mong muốn hiển thị
heightnumberKhôngChiều cao của bottomsheet hiển thị PDF. Giá trị >= 30 và <= 100. Mặc định là 80

Return Value

N/A

Mã Lỗi

Mã lỗiMô tả
051201The PDF viewer's height exceed the limit height

Code và Dữ liệu trả về mẫu

Yêu cầu gửi đi mẫu:

window.zlpSdk.Navigator.openPDFViewer({
url: "https://zalopay.vn/",
height: 90,
})
.then((response) => console.log(response))
.catch((error) => console.error(error.errorCode));

Dữ liệu trả về mẫu:

{ "data": {}, "status": "success" }