Преглед изворни кода

ionic android openNotificationCenter

tama пре 1 година
родитељ
комит
8cef9e0681
1 измењених фајлова са 5 додато и 0 уклоњено
  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);
+  }
+
 }