Package com.example.qrgo.listeners
Interface OnUserAddListener
-
public interface OnUserAddListener
Interface for callbacks when a user is added.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUserAdd(boolean success)
Called when a user is added.
-