![]() |
Speedify SDK for Android
15.3.0
|
Statistics for sessions over various time periods.
Public Attributes | |
List< SessionStats > | periods |
Stat objects for wanted periods. More... | |
Static Public Attributes | |
static final Long | PERIOD_CURRENT = 0l |
Requests current live stats updates. More... | |
static final Long | PERIOD_TOTAL = 4294967295l |
Requests total stats updates. More... | |
static final Long | PERIOD_DAY = 24l |
Requests stats updates for last day. More... | |
static final Long | PERIOD_WEEK = 24l*7l |
Requests stats updates for last week. More... | |
static final Long | PERIOD_MONTH = 24l*30l |
Requests stats updates for last month. More... | |
|
static |
Requests current live stats updates.
|
static |
Requests stats updates for last day.
|
static |
Requests stats updates for last month.
|
static |
Requests total stats updates.
|
static |
Requests stats updates for last week.
List<SessionStats> com.speedify.speedifysdk.Types.SessionStatPeriods.periods |
Stat objects for wanted periods.