Browse Source

ionic android openNotificationCenter

tama 1 năm trước cách đây
mục cha
commit
8cef9e0681
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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);
+  }
+
 }