SmsManager.ResultUnexpectedEventStopSending 字段

定义

注意

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

发送失败,因为用户拒绝或取消了针对高级短代码短信或速率限制短信显示的对话框。

[Android.Runtime.Register("RESULT_UNEXPECTED_EVENT_STOP_SENDING", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SmsResult enum directly instead of this field.", true)]
public const Android.Telephony.SmsResult ResultUnexpectedEventStopSending = 28;
[<Android.Runtime.Register("RESULT_UNEXPECTED_EVENT_STOP_SENDING", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SmsResult enum directly instead of this field.", true)>]
val mutable ResultUnexpectedEventStopSending : Android.Telephony.SmsResult

字段值

Value = 28
属性

注解

发送失败,因为用户拒绝或取消了针对高级短代码短信或速率限制短信显示的对话框。

适用于 . 的 android.telephony.SmsManager.RESULT_UNEXPECTED_EVENT_STOP_SENDINGJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于