Udostępnij za pośrednictwem


WifiRttManager.ActionWifiRttStateChanged Field

Definition

Broadcast intent action to indicate that the state of Wi-Fi RTT availability has changed.

[Android.Runtime.Register("ACTION_WIFI_RTT_STATE_CHANGED", ApiSince=28)]
public const string ActionWifiRttStateChanged;
[<Android.Runtime.Register("ACTION_WIFI_RTT_STATE_CHANGED", ApiSince=28)>]
val mutable ActionWifiRttStateChanged : string

Field Value

Attributes

Remarks

Broadcast intent action to indicate that the state of Wi-Fi RTT availability has changed. 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 RTT.

Note: The broadcast is only delivered to registered receivers - no manifest registered components will be launched.

Java documentation for android.net.wifi.rtt.WifiRttManager.ACTION_WIFI_RTT_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.

Applies to