فهرست منبع

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;