TelephonyCallback.IPhysicalChannelConfigListener.OnPhysicalChannelConfigChanged Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Rappel appelé lorsque la configuration du canal physique actuel a changé
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
Paramètres
- configs
- IList<PhysicalChannelConfig>
Liste des s actuels PhysicalChannelConfig
- Attributs
Remarques
Rappel appelé lorsque la configuration du canal physique actuel a changé
L’application appelante doit disposer de privilèges d’opérateur (voir TelephonyManager#hasCarrierPrivileges
) s’il n’a pas le android.Manifest.permission#READ_PRECISE_PHONE_STATE
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.