If addProximityAlert expiration is -1, will it removeProximityAlert after it is triggered?

StackOverflow https://stackoverflow.com/questions/14160425

  •  13-01-2022
  •  | 
  •  

문제

If addProximityAlert expiration is -1, will it cancel after it is triggered? Or are you required to removeProximityAlert in ENTERING or EXITING if you want to remove it?

Thanks in advance!

도움이 되었습니까?

해결책

I figured it out, if expiration is -1, then it will never expire. Even after being triggered. You will need to use removeProximityAlert to remove it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top