我如何从插件“ cordova-plugin-mauron85-background-geolocation”中删除通知]] << [

问题描述 投票:1回答:4
在我的应用程序中,我不想向用户显示通知或此类消息。我不要你出现我该怎么办?

这是我的配置:

BackgroundGeolocation.configure({ locationProvider: BackgroundGeolocation.ACTIVITY_PROVIDER, desiredAccuracy: BackgroundGeolocation.HIGH_ACCURACY, stationaryRadius: 50, distanceFilter: 50, notificationTitle: 'Background tracking', notificationText: 'enabled', debug: true, interval: 10000, fastestInterval: 5000, activitiesInterval: 10000, url: 'http://192.168.81.15:3000/location', httpHeaders: { 'X-FOO': 'bar' }, // customize post properties postTemplate: { lat: '@latitude', lon: '@longitude', foo: 'bar' // you can also add your own properties } });

<<
在我的应用程序中,我不想向用户显示通知或此类消息。我不要你出现我该怎么做?这是我的配置:BackgroundGeolocation.configure({...
cordova ionic-framework cordova-plugins
4个回答
0
投票

0
投票

0
投票

0
投票
© www.soinside.com 2019 - 2024. All rights reserved.