# Print output for @column tags ?>
public
static
interface
TelephonyCallback.DisplayInfoListener
| android.telephony.TelephonyCallback.DisplayInfoListener |
Interface for display info listener.
Public methods | |
|---|---|
abstract
void
|
onDisplayInfoChanged(TelephonyDisplayInfo telephonyDisplayInfo)
Callback invoked when the display info has changed on the registered subscription. |
public abstract void onDisplayInfoChanged (TelephonyDisplayInfo telephonyDisplayInfo)
Callback invoked when the display info has changed on the registered subscription.
The TelephonyDisplayInfo contains status information shown to the user
based on carrier policy.
| Parameters | |
|---|---|
telephonyDisplayInfo |
TelephonyDisplayInfo: The display information.
This value cannot be null. |