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

Most visited

Recently visited

TelephonyCallback.BarringInfoListener

public static interface TelephonyCallback.BarringInfoListener

android.telephony.TelephonyCallback.BarringInfoListener


Interface for barring information listener.

Summary

Public methods

abstract void onBarringInfoChanged(BarringInfo barringInfo)

Report updated barring information for the current camped/registered cell.

Public methods

onBarringInfoChanged

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: