SignalStrength.IsGsm Property

Definition

This member is deprecated.

public virtual bool IsGsm { [Android.Runtime.Register("isGsm", "()Z", "GetIsGsmHandler")] get; }
[<get: Android.Runtime.Register("isGsm", "()Z", "GetIsGsmHandler")>]
member this.IsGsm : bool

Property Value

true if this is for GSM

Attributes

Remarks

This member is deprecated. This method returns true if there are any 3gpp type SignalStrength elements in this SignalStrength report or if the report contains no valid SignalStrength information. Instead callers should use android.telephony.SignalStrength#getCellSignalStrengths getCellSignalStrengths() to determine which types of information are contained in the SignalStrength report.

Java documentation for android.telephony.SignalStrength.isGsm().

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