CarrierMessagingService.ReceiveOptionsDefault 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.
傳遞至 回呼 #onReceiveTextSms
的預設位掩碼值,已清除所有 RECEIVE_OPTIONS_x
旗標,表示應該保留訊息,並顯示新的訊息通知。
[Android.Runtime.Register("RECEIVE_OPTIONS_DEFAULT", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.", true)]
public const Android.Service.Carrier.ReceiveOptions ReceiveOptionsDefault = 0;
[<Android.Runtime.Register("RECEIVE_OPTIONS_DEFAULT", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.", true)>]
val mutable ReceiveOptionsDefault : Android.Service.Carrier.ReceiveOptions
欄位值
Value = 0- 屬性
備註
傳遞至 回呼 #onReceiveTextSms
的預設位掩碼值,已清除所有 RECEIVE_OPTIONS_x
旗標,表示應該保留訊息,並顯示新的訊息通知。
的 android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_DEFAULT
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。