PhoneAccountSuggestion.ReasonIntraCarrier Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telecom.ReasonType enum directly instead of this field.

Indicates that the PhoneAccountHandle is suggested because the number we're calling is on the same carrier, and therefore may have lower rates.

[Android.Runtime.Register("REASON_INTRA_CARRIER", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ReasonType enum directly instead of this field.", true)]
public const Android.Telecom.ReasonType ReasonIntraCarrier = 1;
[<Android.Runtime.Register("REASON_INTRA_CARRIER", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ReasonType enum directly instead of this field.", true)>]
val mutable ReasonIntraCarrier : Android.Telecom.ReasonType

Field Value

Value = 1

Implements

Attributes

Remarks

Indicates that the PhoneAccountHandle is suggested because the number we're calling is on the same carrier, and therefore may have lower rates.

Java documentation for android.telecom.PhoneAccountSuggestion.REASON_INTRA_CARRIER.

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