# updateWebViewBehavior 更新 WebView 行为(修改安全区域颜色)

# Attributes

属性 类型 必要 默认值 说明
adjustEdgeColor String N -
adjustEdgeInset Boolean N -

# 调用示例

window.bridge.updateWebViewBehavior({
    adjustEdgeColor: 'ff00ff',
    adjustEdgeInset: true
}, res => {
    console.log(res)
})

# callback

属性 类型 必要 默认值 说明

# 接口返回示例

{}