want to do this:
public void didEnterRegion(Region region) {
if(region.getId1.equals("xxxxxxxxxxxxx")){
//display message: welcome to area 1
} else if(region.getId1.equals("yyyyyyyyy")){
//display message: welcome to area 2
}
}
the problem is that when calling get.Id1 the value returns null and not have to differentiate beacons