Page 576 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 576
}
}
@Override
public void onServiceConnect() {
Log.i(Tag, "on Start connect");
this.popupNotification("서비스 connect");
this.startMonitoring();
}
@Override
public void onServiceFail(RECOErrorCode recoErrorCode) {
}
public void Beaconbind() throws RemoteException {
Log.i(Tag, "Beacon bind start");
mRegions = new ArrayList<>();
this.generateBeaconRegion();
this.popupNotification("generate함수 호출");
mRecoManager.bind(this);
this.popupNotification("비콘 서비스 연결");
mRecoManager.setMonitoringListener(this);
mRecoManager.setRangingListener(this);
}
protected void onResume()
{
super.onResume();
}
- 569 -