# Print output for @column tags ?>
public
static
interface
TelephonyCallback.BarringInfoListener
| android.telephony.TelephonyCallback.BarringInfoListener |
Interface for barring information listener.
Public methods | |
|---|---|
abstract
void
|
onBarringInfoChanged(BarringInfo barringInfo)
Report updated barring information for the current camped/registered cell. |
public abstract void onBarringInfoChanged (BarringInfo barringInfo)
Report updated barring information for the current camped/registered cell.
Barring info is provided for all services applicable to the current camped/registered
cell, for the registered PLMN and current access class/access category.
Requires Manifest.permission.READ_PRECISE_PHONE_STATE and Manifest.permission.ACCESS_FINE_LOCATION
| Parameters | |
|---|---|
barringInfo |
BarringInfo: for all services on the current cell.
This value cannot be null. |
See also: