Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Bluecats SDK -- only these two method getting called public void didEnterBeacons(List<BCBeacon> beacons) and public void didExitBeacons(List<BCBeacon> beacons) #21

Open
amithkumarsingh opened this issue Jun 11, 2020 · 0 comments

Comments

@amithkumarsingh
Copy link

When we detect the beacon only
@OverRide
public void didEnterBeacons(List beacons) {
Log.d(TAG, "didEnterBeacons");
} is getting called and remaing methods are not executed.

when we move our app from foreground to background then

@OverRide
public void didExitBeacons(List beacons) {
Log.d(TAG, "didExitBeacons");
} is getting called

Help me with this how to execute other method when beacon is identify.. Thanks..!

@amithkumarsingh amithkumarsingh changed the title Only these two method getting called public void didEnterBeacons(List<BCBeacon> beacons) and public void didExitBeacons(List<BCBeacon> beacons) Using Bluecats SDK -- only these two method getting called public void didEnterBeacons(List<BCBeacon> beacons) and public void didExitBeacons(List<BCBeacon> beacons) Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant