Share via


Characteristics.IsSuspensionSupported Property

Definition

Check if Aware Suspension is supported.

public bool IsSuspensionSupported { [Android.Runtime.Register("isSuspensionSupported", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isSuspensionSupported", "()Z", "", ApiSince=34)>]
member this.IsSuspensionSupported : bool

Property Value

True if supported, false otherwise.

Attributes

Remarks

Check if Aware Suspension is supported. Aware Suspension is a mechanism of putting an Aware connection in and out of a low-power mode while preserving the discovery sessions and data paths.

Java documentation for android.net.wifi.aware.Characteristics.isSuspensionSupported().

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