Settings.AddWifiResultSuccess フィールド

定義

注意事項

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

対応する Wi-Fi ネットワークの保存または更新が成功した意図アクション #ACTION_WIFI_ADD_NETWORKS 結果。

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

フィールド値

Value = 0
属性

注釈

対応する Wi-Fi ネットワークの保存または更新が成功した意図アクション #ACTION_WIFI_ADD_NETWORKS 結果。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象