PhoneStateListener.OnBarringInfoChanged(BarringInfo) Method

Definition

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

[Android.Runtime.Register("onBarringInfoChanged", "(Landroid/telephony/BarringInfo;)V", "GetOnBarringInfoChanged_Landroid_telephony_BarringInfo_Handler", ApiSince=30)]
public virtual void OnBarringInfoChanged (Android.Telephony.BarringInfo barringInfo);
[<Android.Runtime.Register("onBarringInfoChanged", "(Landroid/telephony/BarringInfo;)V", "GetOnBarringInfoChanged_Landroid_telephony_BarringInfo_Handler", ApiSince=30)>]
abstract member OnBarringInfoChanged : Android.Telephony.BarringInfo -> unit
override this.OnBarringInfoChanged : Android.Telephony.BarringInfo -> unit

Parameters

barringInfo
BarringInfo

for all services on the current cell.

Attributes

Remarks

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.

This member is deprecated. Use TelephonyCallback.BarringInfoListener instead.

Java documentation for android.telephony.PhoneStateListener.onBarringInfoChanged(android.telephony.BarringInfo).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to