W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
{"name": "system.notification"}
import notification from '@system.notification'
或
const notification = require('@system.notification')
顯示通知
參數(shù)名 | 類型 | 必填 | 說明 |
---|---|---|---|
contentTitle | String | 否 | 標(biāo)題 |
contentText | String | 否 | 內(nèi)容 |
clickAction | Object | 否 | 通知點擊后觸發(fā)動作的信息 |
參數(shù)名 | 類型 | 必填 | 說明 | ||||
---|---|---|---|---|---|---|---|
uri | String | 是 | 點擊通知后跳轉(zhuǎn)的頁面地址。支持的格式包括:
this.param1 的方式使用 |
notification.show({
contentTitle: 'title',
clickAction: {
uri: '/index.html?index=1'
}
})
無限制。
后臺運行詳細(xì)用法參見 后臺運行腳本。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: