VisualVoicemailSmsFilterSettings.OriginatingNumbers Property

Definition

The originating number allow list for the visual voicemail SMS filter of a phone account.

[Android.Runtime.Register("originatingNumbers", ApiSince=26)]
public System.Collections.IList? OriginatingNumbers { get; set; }
[<Android.Runtime.Register("originatingNumbers", ApiSince=26)>]
member this.OriginatingNumbers : System.Collections.IList with get, set

Property Value

Attributes

Remarks

The originating number allow list for the visual voicemail SMS filter of a phone account. If the list is not null only the SMS messages from a number in the list can be considered as a visual voicemail SMS. Otherwise, messages from any address will be considered.

Java documentation for android.telephony.VisualVoicemailSmsFilterSettings.originatingNumbers.

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