public abstract class SimpleSecureProfileListener extends java.lang.Object implements SecureProfileListener
| Constructor and Description |
|---|
SimpleSecureProfileListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onProfileDiscovered(ISecureProfile profile)
Called when secure profile is discovered for the first time.
|
void |
onProfileLost(ISecureProfile profile)
Called when secure profile is reported lost (out of range).
|
void |
onProfilesUpdated(java.util.List<ISecureProfile> profiles)
Called when secure profiles are updated.
|
public void onProfileDiscovered(ISecureProfile profile)
SecureProfileListeneronProfileDiscovered in interface SecureProfileListenerprofile - the Kontakt.io secure profile.public void onProfilesUpdated(java.util.List<ISecureProfile> profiles)
SecureProfileListeneronProfilesUpdated in interface SecureProfileListenerprofiles - the Kontakt.io secure profiles.public void onProfileLost(ISecureProfile profile)
SecureProfileListeneronProfileDiscovered will be called when beacon is back in range.onProfileLost in interface SecureProfileListenerprofile - the Kontakt.io secure profile.