PhoneStateListener.OnBarringInfoChanged(BarringInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.