Android Layout Parser Of Aprilbeacons Altbeacon Library
I want to know what is the parser of AprilBeacons . Already i searched information about this but they all use the SDK libraries, we are using Altbeacons libraries because we use E
Solution 1:
The parser of AprilBeacons it´s same:
mBeaconManager.getBeaconParsers().add(new BeaconParser().setBeaconLayout("m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24"));
Post a Comment for "Android Layout Parser Of Aprilbeacons Altbeacon Library"