TelephonyManager.IsRadioInterfaceCapabilitySupported(String) Method

Definition

Whether the device supports a given capability on the radio interface.

[Android.Runtime.Register("isRadioInterfaceCapabilitySupported", "(Ljava/lang/String;)Z", "GetIsRadioInterfaceCapabilitySupported_Ljava_lang_String_Handler", ApiSince=31)]
public virtual bool IsRadioInterfaceCapabilitySupported (string capability);
[<Android.Runtime.Register("isRadioInterfaceCapabilitySupported", "(Ljava/lang/String;)Z", "GetIsRadioInterfaceCapabilitySupported_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member IsRadioInterfaceCapabilitySupported : string -> bool
override this.IsRadioInterfaceCapabilitySupported : string -> bool

Parameters

capability
String

the name of the capability to check for

Returns

the availability of the capability

Attributes

Remarks

Whether the device supports a given capability on the radio interface.

If the capability is not in the set of radio interface capabilities, false is returned.

Java documentation for android.telephony.TelephonyManager.isRadioInterfaceCapabilitySupported(java.lang.String).

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