Explorar o código

ionic android openNotificationCenter

tama hai 1 ano
pai
achega
8cef9e0681
Modificáronse 1 ficheiros con 5 adicións e 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);
+  }
+
 }