CarrierConfigManager.ImsSms.KeySmsRpCauseValuesToRetryOverImsIntArray Field
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.
SMS RP-Cause Values for which SMS should be retried over IMS
[Android.Runtime.Register("KEY_SMS_RP_CAUSE_VALUES_TO_RETRY_OVER_IMS_INT_ARRAY", ApiSince=34)]
public const string KeySmsRpCauseValuesToRetryOverImsIntArray;
[<Android.Runtime.Register("KEY_SMS_RP_CAUSE_VALUES_TO_RETRY_OVER_IMS_INT_ARRAY", ApiSince=34)>]
val mutable KeySmsRpCauseValuesToRetryOverImsIntArray : string
Field Value
- Attributes
Remarks
SMS RP-Cause Values for which SMS should be retried over IMS
Possible values are, SmsManager#SMS_RP_CAUSE_UNALLOCATED_NUMBER
SmsManager#SMS_RP_CAUSE_OPERATOR_DETERMINED_BARRING
SmsManager#SMS_RP_CAUSE_CALL_BARRING
SmsManager#SMS_RP_CAUSE_RESERVED
SmsManager#SMS_RP_CAUSE_SHORT_MESSAGE_TRANSFER_REJECTED
SmsManager#SMS_RP_CAUSE_DESTINATION_OUT_OF_ORDER
SmsManager#SMS_RP_CAUSE_UNIDENTIFIED_SUBSCRIBER
SmsManager#SMS_RP_CAUSE_FACILITY_REJECTED
SmsManager#SMS_RP_CAUSE_UNKNOWN_SUBSCRIBER
SmsManager#SMS_RP_CAUSE_NETWORK_OUT_OF_ORDER
SmsManager#SMS_RP_CAUSE_TEMPORARY_FAILURE
SmsManager#SMS_RP_CAUSE_CONGESTION
SmsManager#SMS_RP_CAUSE_RESOURCES_UNAVAILABLE
SmsManager#SMS_RP_CAUSE_FACILITY_NOT_SUBSCRIBED
SmsManager#SMS_RP_CAUSE_FACILITY_NOT_IMPLEMENTED
SmsManager#SMS_RP_CAUSE_INVALID_MESSAGE_REFERENCE_VALUE
SmsManager#SMS_RP_CAUSE_SEMANTICALLY_INCORRECT_MESSAGE
SmsManager#SMS_RP_CAUSE_INVALID_MANDATORY_INFORMATION
SmsManager#SMS_RP_CAUSE_MESSAGE_TYPE_NON_EXISTENT
SmsManager#SMS_RP_CAUSE_MESSAGE_INCOMPATIBLE_WITH_PROTOCOL_STATE
SmsManager#SMS_RP_CAUSE_INFORMATION_ELEMENT_NON_EXISTENT
SmsManager#SMS_RP_CAUSE_PROTOCOL_ERROR
SmsManager#SMS_RP_CAUSE_INTERWORKING_UNSPECIFIED
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.