소스 검색

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);
+  }
+
 }