PhoneAccountSuggestion.ReasonOther 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 for a reason not otherwise enumerated here.

[Android.Runtime.Register("REASON_OTHER", 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 ReasonOther = 4;
[<Android.Runtime.Register("REASON_OTHER", 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 ReasonOther : Android.Telecom.ReasonType

Field Value

Value = 4

Implements

Attributes

Remarks

Indicates that the PhoneAccountHandle is suggested for a reason not otherwise enumerated here.

Java documentation for android.telecom.PhoneAccountSuggestion.REASON_OTHER.

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