VoicemailContract.Status.QuotaOccupied 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.
Amount of resource that is used by existing voicemail in the visual voicemail inbox,
or #QUOTA_UNAVAILABLE
if the quota has never been updated before.
[Android.Runtime.Register("QUOTA_OCCUPIED", ApiSince=24)]
public const string QuotaOccupied;
[<Android.Runtime.Register("QUOTA_OCCUPIED", ApiSince=24)>]
val mutable QuotaOccupied : string
Field Value
- Attributes
Remarks
Amount of resource that is used by existing voicemail in the visual voicemail inbox, or #QUOTA_UNAVAILABLE
if the quota has never been updated before. 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_OCCUPIED
.
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.