Explorar el Código

ionic android openNotificationCenter

tama hace 1 año
padre
commit
8cef9e0681
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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);
+  }
+
 }