npm i --save @erichlz/nativescript-simply-notification
- 版本:1.0.5
- GitHub:
- NPM: https://npmjs.net.cn/package/%40erichlz%2Fnativescript-simply-notification
- 下载量
- 昨天: 0
- 上周: 0
- 上个月: 3
@erichlz/nativescript-simply-notification
ns plugin add @erichlz/nativescript-simply-notification
使用说明
从 '@erichlz/nativescript-simply-notification' 导入 { OptionsNotification, SimplyNotification };
const options: OptionsNotification = { channelId: '001', contentText: '测试上下文通知', titleNotification: '插件 ', notifyId: 0 };;
SimplyNotification.showNotification(options);
关于选项通知
channelId: string;
contentText: string;
titleNotification: string;
notifyId:number;
smallIcon?: ETYPE_NOTIFICATION_SMALLICON;
category?: ETYPE_CATEGORY_NOTIFICATION;
priority?:ETYPE_PRIORITY;
autoCancel?:boolean;
colorSmallIcon?: number;
许可证
Apache License 版本 2.0