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

checkCurrentNotificationStatus ^6.3(iOS专用)

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

#请求参数

  • N/A

#接口调用示例

this.$bridge
    .checkCurrentNotificationStatus(params)
    .then(res => {    
    this.$alert(res)
    })
    .catch(err => {
    this.$toast(err)
    })
posted on 2024-12-18 09:22  AtlasLapetos  阅读(9)  评论(0)    收藏  举报