openPDFViewer
Mô tả
Mở trình đọc PDF ở Zalopay App
Parameters
| Tên Param | Kiểu dữ liệu | Bắt buộc | Mô tả |
|---|---|---|---|
| url | string | Có | Đường dẫn đến file PDF mong muốn hiển thị |
| height | number | Không | Chiề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ỗi | Mô tả |
|---|---|
| 051201 | The 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" }