@erichlz/nativescript-simply-notification
添加插件描述
npm i --save @erichlz/nativescript-simply-notification

@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