Partager via


WifiManager.ActionWifiNetworkSuggestionPostConnection Field

Definition

Directed broadcast intent action indicating that the device has connected to one of the network suggestions provided by the app.

[Android.Runtime.Register("ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION", ApiSince=29)]
public const string ActionWifiNetworkSuggestionPostConnection;
[<Android.Runtime.Register("ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION", ApiSince=29)>]
val mutable ActionWifiNetworkSuggestionPostConnection : string

Field Value

Attributes

Remarks

Directed broadcast intent action indicating that the device has connected to one of the network suggestions provided by the app. This will be sent post connection to a network which was created with WifiNetworkSuggestion.Builder#setIsAppInteractionRequired( boolean) flag set.

Note: The broadcast is sent to the app only if it holds android.Manifest.permission#ACCESS_FINE_LOCATION ACCESS_FINE_LOCATION permission.

Java documentation for android.net.wifi.WifiManager.ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to