public interface CurrentGameHandler extends Versionable
| Modifier and Type | Method and Description |
|---|---|
CurrentGameInfo |
getCurrentGameInfo(long summoner)
Retrieves information about a game that is currently in progress.
|
getVersionCurrentGameInfo getCurrentGameInfo(long summoner)
Retrieves information about a game that is currently in progress.
Note that this method throws a RequestException with error code 404 if the player isn't currently in a game
summoner - The summoner for whom to check.Copyright © 2015. All rights reserved.