浏览代码

ionic android openNotificationCenter

tama 1 年之前
父节点
当前提交
408c872fc8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      NexilisSampleCodeIonic-Android/src/app/Native.ts

+ 2 - 1
NexilisSampleCodeIonic-Android/src/app/Native.ts

@@ -14,8 +14,9 @@ export interface NativePlugin {
   openChatGPT(): Promise<{response:string}>;
   openSettings(): Promise<{}>;
   openProfile(): Promise<{}>;
+  openNotificationCenter(): Promise<{}>;
 }
 
 const native_plugin = registerPlugin<NativePlugin>("NativeCap");
 
-export default native_plugin;
+export default native_plugin;