PhoneStateListener.OnBarringInfoChanged(BarringInfo) Method

Definition

Caution

deprecated

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)]
[System.Obsolete("deprecated")]
public virtual void OnBarringInfoChanged (Android.Telephony.BarringInfo barringInfo);
[<Android.Runtime.Register("onBarringInfoChanged", "(Landroid/telephony/BarringInfo;)V", "GetOnBarringInfoChanged_Landroid_telephony_BarringInfo_Handler", ApiSince=30)>]
[<System.Obsolete("deprecated")>]
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

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