abstract fun onHumansAroundChanged(humans: MutableList<Human!>!): Unit
Expose the humans detected and notify when a human is found or lost.
humans
- MutableList<Human!>!: the humans value
Return
Unit: The list of currently detected humans or an empty list if no human is detected.
Since
2