public class UserInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLIENT_VERSION_ID |
| Constructor and Description |
|---|
UserInfo() |
| Modifier and Type | Method and Description |
|---|---|
static Info |
getInfo(String ipAddress)
Gets the
Info object associated with the given IP address. |
protected static final String CLIENT_VERSION_ID
public static Info getInfo(String ipAddress)
Info object associated with the given IP address.ipAddress - the IP address to locateInfo associated to the given IP addressretrofit.RetrofitError - is thrown if the API is not available or if the IP address is malformedCopyright © 2015. All rights reserved.