# checkCurrentNotificationStatus ^6.3(iOS专用)

获取 App 当前是否有(美居应用系统权限设置)通知权限

# 请求参数

  • N/A

# 接口调用示例

this.$bridge
    .checkCurrentNotificationStatus(params)
    .then(res => {    
    this.$alert(res)
    })
    .catch(err => {
    this.$toast(err)
    })
1
2
3
4
5
6
7
8
Last Updated: 10/27/2020, 4:07:31 PM