Language

NtnSignalStrength.Level Property

Definition

Returns notified non-terrestrial network signal strength level.

public int Level { [Android.Runtime.Register("getLevel", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getLevel", "()I", "", ApiSince=37)>]
member this.Level : int

Property Value

Value is one of the following: NTN_SIGNAL_STRENGTH_NONE; NTN_SIGNAL_STRENGTH_POOR; NTN_SIGNAL_STRENGTH_MODERATE; NTN_SIGNAL_STRENGTH_GOOD; NTN_SIGNAL_STRENGTH_GREAT

Attributes

Remarks

Returns notified non-terrestrial network signal strength level.

Android reference for android.telephony.satellite.NtnSignalStrength.getLevel.

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