com.ugrokit.api.UgiInventoryDelegate.InventoryTagChangedListener Interface Reference

Overview

Interface to implement to get inventoryTagChanged notification.

Public Member Functions

void inventoryTagChanged (UgiTag tag, boolean firstFind)
 The visibility of a tag has changed. More...
 

Member Function Documentation

◆ inventoryTagChanged()

void com.ugrokit.api.UgiInventoryDelegate.InventoryTagChangedListener.inventoryTagChanged ( UgiTag  tag,
boolean  firstFind 
)

The visibility of a tag has changed.

  • A tag has been found for the first time
  • A tag has not been seen for the history period (interval * depth)
  • A tag that had not been seen for the history period has reappeared
Parameters
tagThe tag that has changed
firstFindtrue if this is the first time this tag has been found