VoicemailContract.Status.QuotaTotal Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Total resource in the visual voicemail inbox that can be used, or
#QUOTA_UNAVAILABLE
if server either has unlimited quota or does not provide quota
information.
[Android.Runtime.Register("QUOTA_TOTAL", ApiSince=24)]
public const string QuotaTotal;
[<Android.Runtime.Register("QUOTA_TOTAL", ApiSince=24)>]
val mutable QuotaTotal : string
Field Value
- Attributes
Remarks
Total resource in the visual voicemail inbox that can be used, or #QUOTA_UNAVAILABLE
if server either has unlimited quota or does not provide quota information. This value is used to inform the client the situation on the remote server. Unit is not specified.
Type: INTEGER
Java documentation for android.provider.VoicemailContract.Status.QUOTA_TOTAL
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.