Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iBeacons ライブラリを使用するプロジェクトを開発しています
これは私の Beacon を認識するコードですか?
beaconManager.startMonitoringBeaconsInRegion(new Region("D1B024CB-A02D-4650-9C6A-BAEDA8A31F0E", null, null, null));
UUID Major と Minor がありますが、それらをどのように使用しますか?
null の代わりにメジャーとマイナーを渡す
Region region = new Region("myRangingUniqueId", uUID, major, minor);