ConnectivityDiagnosticsManager.ConnectivityReport.KeyNetworkProbesAttemptedBitmask Field

Definition

A bitmask of network validation probes that were attempted.

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

Field Value

Implements

Attributes

Remarks

A bitmask of network validation probes that were attempted.

These probes may have failed or may be incomplete at the time of this report.

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_ATTEMPTED_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