Package com.example.qrgo.listeners
Interface OnPlayerProfileGetListener
-
public interface OnPlayerProfileGetListener
Interface for callbacks when a player profile is retrieved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPlayerProfileGet(PlayerProfile userProfile)
Called when a player profile is retrieved.
-
-
-
Method Detail
-
onPlayerProfileGet
void onPlayerProfileGet(PlayerProfile userProfile)
Called when a player profile is retrieved.- Parameters:
userProfile
- the retrieved player profile
-
-