TelephonyCallback.IPhysicalChannelConfigListener.OnPhysicalChannelConfigChanged 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.
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 PhysicalChannelConfig
s
- 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
.
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.