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