WifiAwareManager.ActionWifiAwareStateChanged Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Broadcast intent action to indicate that the state of Wi-Fi Aware availability has changed and all active Aware sessions are no longer usable.
[Android.Runtime.Register("ACTION_WIFI_AWARE_STATE_CHANGED", ApiSince=26)]
public const string ActionWifiAwareStateChanged;
[<Android.Runtime.Register("ACTION_WIFI_AWARE_STATE_CHANGED", ApiSince=26)>]
val mutable ActionWifiAwareStateChanged : string
Field Value
- Attributes
Remarks
Broadcast intent action to indicate that the state of Wi-Fi Aware availability has changed and all active Aware sessions are no longer usable. Use the #isAvailable()
to query the current status. This broadcast is <b>not</b> sticky, use the #isAvailable()
API after registering the broadcast to check the current state of Wi-Fi Aware.
Note: The broadcast is only delivered to registered receivers - no manifest registered components will be launched.
Java documentation for android.net.wifi.aware.WifiAwareManager.ACTION_WIFI_AWARE_STATE_CHANGED
.
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.