Freigeben über


ConnectivityDiagnosticsManager.ConnectivityReport.KeyNetworkProbesSucceededBitmask Field

Definition

A bitmask of network validation probes that succeeded.

[Android.Runtime.Register("KEY_NETWORK_PROBES_SUCCEEDED_BITMASK", ApiSince=30)]
public const string KeyNetworkProbesSucceededBitmask;
[<Android.Runtime.Register("KEY_NETWORK_PROBES_SUCCEEDED_BITMASK", ApiSince=30)>]
val mutable KeyNetworkProbesSucceededBitmask : string

Field Value

Implements

Attributes

Remarks

A bitmask of network validation probes that succeeded.

The possible bits values reported by this key are: #NETWORK_PROBE_DNS, #NETWORK_PROBE_HTTP, #NETWORK_PROBE_HTTPS, #NETWORK_PROBE_FALLBACK, #NETWORK_PROBE_PRIVATE_DNS.

Java documentation for android.net.ConnectivityDiagnosticsManager.ConnectivityReport.KEY_NETWORK_PROBES_SUCCEEDED_BITMASK.

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