TelephonyCallback.IPhysicalChannelConfigListener.OnPhysicalChannelConfigChanged Method

Definition

Callback invoked when the current physical channel configuration has changed

        The calling app should have carrier privileges
        (see <code data-dev-comment-type="c">TelephonyManager#hasCarrierPrivileges</code>) if it does not have the
        <code data-dev-comment-type="c">android.Manifest.permission#READ_PRECISE_PHONE_STATE</code>.
[Android.Runtime.Register("onPhysicalChannelConfigChanged", "(Ljava/util/List;)V", "GetOnPhysicalChannelConfigChanged_Ljava_util_List_Handler:Android.Telephony.TelephonyCallback/IPhysicalChannelConfigListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnPhysicalChannelConfigChanged (System.Collections.Generic.IList<Android.Telephony.PhysicalChannelConfig> configs);
[<Android.Runtime.Register("onPhysicalChannelConfigChanged", "(Ljava/util/List;)V", "GetOnPhysicalChannelConfigChanged_Ljava_util_List_Handler:Android.Telephony.TelephonyCallback/IPhysicalChannelConfigListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnPhysicalChannelConfigChanged : System.Collections.Generic.IList<Android.Telephony.PhysicalChannelConfig> -> unit

Parameters

configs
IList<PhysicalChannelConfig>

List of the current PhysicalChannelConfigs

Attributes

Remarks

Callback invoked when the current physical channel configuration has changed

The calling app should have carrier privileges (see TelephonyManager#hasCarrierPrivileges) if it does not have the android.Manifest.permission#READ_PRECISE_PHONE_STATE.

Java documentation for android.telephony.TelephonyCallback.PhysicalChannelConfigListener.onPhysicalChannelConfigChanged(java.util.List<android.telephony.PhysicalChannelConfig>).

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