소스 검색

comment one signal version

master
Daniel 2 년 전
부모
커밋
988729efd4
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. +11
    -1
      src/client/app/js/app/util/OneSignal.js

+ 11
- 1
src/client/app/js/app/util/OneSignal.js 파일 보기

@@ -77,7 +77,17 @@ app.util.OneSignal = (function(){
{
// fail silently
}
// Woher wissen wir welche cordova version hier aktuell läuft?
// if (cordova version == 2) {
// OneSignal
// .startInit( appId )
// .handleNotificationOpened( cbNotificationOpened )
// .endInit();
// } else {
// OneSignal.setAppId(appId);
// }
OneSignal
.startInit( appId )
.handleNotificationOpened( cbNotificationOpened )


불러오는 중...
취소
저장