Settings.AddWifiResultAlreadyExists フィールド

定義

注意事項

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_ALREADY_EXISTS", 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 AddWifiResultAlreadyExists = 2;
[<Android.Runtime.Register("ADD_WIFI_RESULT_ALREADY_EXISTS", 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 AddWifiResultAlreadyExists : Android.Provider.AddWifiResult

フィールド値

Value = 2
属性

注釈

Wi-Fi ネットワークが既に存在することを示す意図アクションの結果 #ACTION_WIFI_ADD_NETWORKS

android.provider.Settings.ADD_WIFI_RESULT_ALREADY_EXISTSJava ドキュメント。

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

適用対象