Package: com.keepsolid.androidkeepsolidcommon.commonsdk.api.managers.services
getStatus
KSAccountStatus getStatus() throws KSException
Currently logged-in user's account status.
getUserInfo
KSAccountUserInfo getUserInfo() throws KSException
Currently logged-in user's account information.
getDevices
java.util.List<KSAccountDevice> getDevices() throws KSException
An list of VPNUAccountDevice objects for currently logged-in user.
getStatisticsForDevice
java.util.List<KSAccountDeviceStatistic> getStatisticsForDevice(KSAccountDevice device) throws KSException
An list of VPNUAccountDeviceStatistics objects for currently logged-in user. Each object represents statistics for a specific date.