Speedify SDK for Android  14.7.0
Public Attributes | Static Public Attributes | List of all members
com.speedify.speedifysdk.Types.SessionStatPeriods Class Reference

Detailed Description

Statistics for sessions over various time periods.

Since
9.5

Public Attributes

List< SessionStatsperiods
 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...
 

Member Data Documentation

◆ PERIOD_CURRENT

final Long com.speedify.speedifysdk.Types.SessionStatPeriods.PERIOD_CURRENT = 0l
static

Requests current live stats updates.

Since
10.0

◆ PERIOD_DAY

final Long com.speedify.speedifysdk.Types.SessionStatPeriods.PERIOD_DAY = 24l
static

Requests stats updates for last day.

Since
10.0

◆ PERIOD_MONTH

final Long com.speedify.speedifysdk.Types.SessionStatPeriods.PERIOD_MONTH = 24l*30l
static

Requests stats updates for last month.

Since
10.0

◆ PERIOD_TOTAL

final Long com.speedify.speedifysdk.Types.SessionStatPeriods.PERIOD_TOTAL = 4294967295l
static

Requests total stats updates.

Since
10.0

◆ PERIOD_WEEK

final Long com.speedify.speedifysdk.Types.SessionStatPeriods.PERIOD_WEEK = 24l*7l
static

Requests stats updates for last week.

Since
10.0

◆ periods

List<SessionStats> com.speedify.speedifysdk.Types.SessionStatPeriods.periods

Stat objects for wanted periods.

Since
10.0

The documentation for this class was generated from the following file: