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

Detailed Description

Information about the data usage and limits of a network adapter.

Since
5.8

Public Attributes

long usageMonthly
 Bytes used over this adapter in current month period. More...
 
long usageDaily
 Bytes used over this adapter today. More...
 
long usageMonthlyLimit
 Bytes allowed over this adapter in current month period. More...
 
long usageMonthlyResetDay
 Day of the month to reset monthly usage on. More...
 
long usageDailyLimit
 Bytes allowed over this adapter in a single day. More...
 
long usageDailyBoost
 Extra Bytes allowed over this adapter today. More...
 
long overlimitRatelimit
 Rate limit used when this adapter hits a daily or monthly limit. More...
 

Member Data Documentation

◆ overlimitRatelimit

long com.speedify.speedifysdk.Types.AdapterUsageData.overlimitRatelimit

Rate limit used when this adapter hits a daily or monthly limit.

If 0, this adapter is no longer used.

Since
6.0

◆ usageDaily

long com.speedify.speedifysdk.Types.AdapterUsageData.usageDaily

Bytes used over this adapter today.

Since
5.8

◆ usageDailyBoost

long com.speedify.speedifysdk.Types.AdapterUsageData.usageDailyBoost

Extra Bytes allowed over this adapter today.

This value resets to 0 every day.

Since
5.8

◆ usageDailyLimit

long com.speedify.speedifysdk.Types.AdapterUsageData.usageDailyLimit

Bytes allowed over this adapter in a single day.

0 for unlimited.

Since
5.8

◆ usageMonthly

long com.speedify.speedifysdk.Types.AdapterUsageData.usageMonthly

Bytes used over this adapter in current month period.

Since
5.8

◆ usageMonthlyLimit

long com.speedify.speedifysdk.Types.AdapterUsageData.usageMonthlyLimit

Bytes allowed over this adapter in current month period.

0 for unlimited.

Since
5.8

◆ usageMonthlyResetDay

long com.speedify.speedifysdk.Types.AdapterUsageData.usageMonthlyResetDay

Day of the month to reset monthly usage on.

0 for last 30 days.

Since
5.8

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