public class BeaconHost
extends java.lang.Object
implements com.microstrategy.usher.BeaconMonitorPresenter.BeaconUI
| Constructor and Description |
|---|
BeaconHost(LocationTrackingService beaconHost) |
| Modifier and Type | Method and Description |
|---|---|
void |
badgeConditionNotMet(BeaconEntity beaconEntity) |
void |
consumeBeaconAction(BeaconEntity beaconEntity) |
void |
hideBeaconNotification(int beaconId) |
void |
onCreate() |
void |
onDestroy() |
void |
showBeaconNotification(BeaconEntity beaconEntity) |
void |
updateBeaconEntityBeingConsumed(BeaconEntity beaconEntity) |
void |
updateBeaconEntityConsumed(boolean success,
BeaconEntity beaconEntity) |
public BeaconHost(LocationTrackingService beaconHost)
public void onCreate()
public void onDestroy()
public void showBeaconNotification(BeaconEntity beaconEntity)
showBeaconNotification in interface com.microstrategy.usher.BeaconMonitorPresenter.BeaconUIpublic void hideBeaconNotification(int beaconId)
hideBeaconNotification in interface com.microstrategy.usher.BeaconMonitorPresenter.BeaconUIpublic void updateBeaconEntityBeingConsumed(BeaconEntity beaconEntity)
updateBeaconEntityBeingConsumed in interface com.microstrategy.usher.BeaconMonitorPresenter.BeaconUIpublic void updateBeaconEntityConsumed(boolean success,
BeaconEntity beaconEntity)
updateBeaconEntityConsumed in interface com.microstrategy.usher.BeaconMonitorPresenter.BeaconUIpublic void badgeConditionNotMet(BeaconEntity beaconEntity)
badgeConditionNotMet in interface com.microstrategy.usher.BeaconMonitorPresenter.BeaconUIpublic void consumeBeaconAction(BeaconEntity beaconEntity)