![]() |
Speedify SDK for Android 16.3.0
|
Data on an account. More...
Public Attributes | |
| String | |
| Email address associated with this account. | |
| boolean | isAutoAccount |
| If this account is an automatically generated account. | |
| Long | bytesAvailable |
| Bytes allowed per data period (typically a month) for this account. | |
| Long | bytesUsed |
| Bytes used this data period (typically a month) for this account. | |
| boolean | isTeam |
| If this user is a teams member. | |
| int | minutesAvailable |
| Minutes allowed per data period (typically a month) for this account. | |
| int | minutesUsed |
| Minutes used this data period (typically a month) for this account. | |
| AccountPaymentType | paymentType |
| Payment status of this account. | |
| Date | dataPeriodEnd |
| When the current data period ends. | |
| Date | subscriptionEndDate |
| Date the current subscription ends or renews. | |
| AccountAction | action |
| If any actions should be taken on this account. | |
Data on an account.
| AccountAction action |
If any actions should be taken on this account.
| Long bytesAvailable |
Bytes allowed per data period (typically a month) for this account.
-1 for unlimited.
| Long bytesUsed |
Bytes used this data period (typically a month) for this account.
| Date dataPeriodEnd |
When the current data period ends.
| String email |
Email address associated with this account.
| boolean isAutoAccount |
If this account is an automatically generated account.
| boolean isTeam |
If this user is a teams member.
| int minutesAvailable |
Minutes allowed per data period (typically a month) for this account.
-1 for unlimited.
| int minutesUsed |
Minutes used this data period (typically a month) for this account.
| AccountPaymentType paymentType |
Payment status of this account.
| Date subscriptionEndDate |
Date the current subscription ends or renews.