Jelajahi Sumber

ionic android openNotificationCenter

tama 1 tahun lalu
induk
melakukan
8cef9e0681
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      NexilisSampleCodeIonic-Android/src/app/app.component.ts

+ 5 - 0
NexilisSampleCodeIonic-Android/src/app/app.component.ts

@@ -86,4 +86,9 @@ export class AppComponent {
     console.log(result);
   }
 
+  async openNotificationCenter() {
+    let result = await native_plugin.openNotificationCenter();
+    console.log(result);
+  }
+
 }