# Print output for @column tags ?> TelephonyCallback.PhysicalChannelConfigListener - Android SDK | Android Developers

Most visited

Recently visited

TelephonyCallback.PhysicalChannelConfigListener

public static interface TelephonyCallback.PhysicalChannelConfigListener

android.telephony.TelephonyCallback.PhysicalChannelConfigListener


Interface for current physical channel configuration listener.

Summary

Public methods

abstract void onPhysicalChannelConfigChanged(List<PhysicalChannelConfig> configs)

Callback invoked when the current physical channel configuration has changed
Requires Manifest.permission.READ_PRECISE_PHONE_STATE

Public methods

onPhysicalChannelConfigChanged

public abstract void onPhysicalChannelConfigChanged (List<PhysicalChannelConfig> configs)

Callback invoked when the current physical channel configuration has changed
Requires Manifest.permission.READ_PRECISE_PHONE_STATE

Parameters
configs List: List of the current PhysicalChannelConfigs This value cannot be null.