# Print output for @column tags ?>
public
static
interface
TelephonyCallback.PhysicalChannelConfigListener
| android.telephony.TelephonyCallback.PhysicalChannelConfigListener |
Interface for current physical channel configuration listener.
Public methods | |
|---|---|
abstract
void
|
onPhysicalChannelConfigChanged(List<PhysicalChannelConfig> configs)
Callback invoked when the current physical channel configuration has changed
|
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. |