ProximityTriggerBuilder not accepting zones and does not return proximity context

Hi,

I am using ProximityTriggerBuilder to get notifications when the App is killed. But the problem is that unlike ProximityObserver it does not accept ProximityZone’s and hence does not return ProxmityZoneContext which I want to use for attachments data.

So basically it does not allow to distinguish between which beacon’s zone I have entered and hence custom notification are not possible depending on that beacon context.

Please let me know if I am wrong or do you plan to add this feature whereby I can get Zone/Beacon context when using ProxmityTrigger.

Thank you in advance.