TelephonyManager.IsRadioInterfaceCapabilitySupported(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.