共用方式為


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 屬性授權中所述的詞彙使用。

適用於