# showAlert 显示 Alert

# Attributes

属性 类型 必要 默认值 说明
cmdParamers Object Y -

# 调用示例

window.bridge.showAlert({
    title: '提示',
    message: '内容'
})

# callback

属性 类型 必要 默认值 说明

# 接口返回示例