setToolbarActions
Mô tả
Thêm tác vụ dưới dạng nút nhấn ở thanh điều hướng của webview
Parameters
Tên Param | Kiểu dữ liệu | Bắt buộc | Mô tả |
---|---|---|---|
data[{iconLink, callback}] | Array<Object<string|() => void>> | Có | Dữ liệu của một tác vụ |
Return Value
N/A
Mã Lỗi
N/A
Code và Dữ liệu trả về mẫu
Yêu cầu gửi đi mẫu:
window.zlpSdk.UI
.setToolbarActions({ backgroundColor: "#FF00EE", hidden: false})
.then((response) => console.log(response))
.catch((error) => console.error(error.errorCode));
Dữ liệu trả về mẫu:
{ data: {}, status: "success" }