Partager via


ConnectivityDiagnosticsManager.DataStallReport.StallDetails Property

Definition

Returns a PersistableBundle with additional info for this report.

public Android.OS.PersistableBundle StallDetails { [Android.Runtime.Register("getStallDetails", "()Landroid/os/PersistableBundle;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getStallDetails", "()Landroid/os/PersistableBundle;", "", ApiSince=30)>]
member this.StallDetails : Android.OS.PersistableBundle

Property Value

PersistableBundle that may contain additional information on the suspected data stall

Attributes

Remarks

Returns a PersistableBundle with additional info for this report.

Gets a bundle with details about the suspected data stall including information specific to the monitoring method that detected the data stall.

Java documentation for android.net.ConnectivityDiagnosticsManager.DataStallReport.getStallDetails().

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