SignalStrength.Level Property

Definition

Retrieve an abstract level value for the overall signal strength.

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

Property Value

a single integer from 0 to 4 representing the general signal quality. This may take into account many different radio technology inputs. 0 represents very poor signal strength while 4 represents a very strong signal strength.

Attributes

Remarks

Retrieve an abstract level value for the overall signal strength.

Java documentation for android.telephony.SignalStrength.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