VoicemailContract.Voicemails.BackedUp Field

Definition

Flag to indicate the voicemail was backed up.

[Android.Runtime.Register("BACKED_UP", ApiSince=26)]
public const string BackedUp;
[<Android.Runtime.Register("BACKED_UP", ApiSince=26)>]
val mutable BackedUp : string

Field Value

Attributes

Remarks

Flag to indicate the voicemail was backed up. The value will be 1 if backed up, 0 if not.

Type: INTEGER (boolean)

Java documentation for android.provider.VoicemailContract.Voicemails.BACKED_UP.

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.

Applies to