VoicemailContract.Voicemails.IsOmtpVoicemail Field

Definition

Flag to indicate the voicemail is a OMTP voicemail handled by the android.telephony.VisualVoicemailService.

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

Field Value

Attributes

Remarks

Flag to indicate the voicemail is a OMTP voicemail handled by the android.telephony.VisualVoicemailService. The UI should only show OMTP voicemails from the current visual voicemail package. For example, the selection could be WHERE (IS_OMTP_VOICEMAIL == 0) OR ( IS_OMTP_VOICEMAIL == 1 AND SOURCE_PACKAGE == "current.vvm.package")

Type: INTEGER (boolean)

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

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