Parcourir la source

ionic android openNotificationCenter

tama il y a 1 an
Parent
commit
8cef9e0681
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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);
+  }
+
 }