ReasonType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ReasonType
type ReasonType =
- Inheritance
-
ReasonType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Indicates that this account is not suggested for use, but is still available. Android reference for 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. |
| IntraCarrier | 1 | Indicates that the PhoneAccountHandle is suggested because the number we're calling is on the same carrier, and therefore may have lower rates. Android reference for 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. |
| Frequent | 2 | Indicates that the PhoneAccountHandle is suggested because the user uses it frequently for the number that we are calling. Android reference for 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. |
| UserSet | 3 | Indicates that the PhoneAccountHandle is suggested because the user explicitly specified that it be used for the number we are calling. Android reference for 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. |
| Other | 4 | Indicates that the PhoneAccountHandle is suggested for a reason not otherwise enumerated here. Android reference for 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. |