Partager via


TelephonyCallback.IPhysicalChannelConfigListener.OnPhysicalChannelConfigChanged Méthode

Définition

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.

Documentation Java pour android.telephony.TelephonyCallback.PhysicalChannelConfigListener.onPhysicalChannelConfigChanged(java.util.List<android.telephony.PhysicalChannelConfig>).

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.

S’applique à