Heroes
Event fires when new heroes become available or existing heroes level up in a player's profile.
Note: The callback uses also as a parameter the heroName
Usage Example:
eventClient.registerPlayerCallback(PlayerEvents.Heroes) { cachedData, currentData, heroName ->
    // ...
}Content copied to clipboard