deckameron / Ti.Android.Geofence

A Geofence solution for Appcelerator Titanium Android
Other
17 stars 5 forks source link

Disabling notifications #2

Closed malakodas closed 5 years ago

malakodas commented 6 years ago

Hi,

is there any way to disable notifications from arriving on enter/exit/dwell events?

Looking at the code seems that they always default to default text/message/images, but still curious is there any way to hack it.

Thanks

deckameron commented 6 years ago

hi @malakodas Could you try using this version.

{
    "id" : "google",
    "latitude" : 37.422196,
    "longitude" : -122.084004,
    "radius" : 1000,
    "transitions" : [
        geofence.GEOFENCE_TRANSITION_ENTER
    ],
    //Notification 
    canNotify : false
},