PhoneStateListener.ListenBarringInfo Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.PhoneStateListenerFlags enum directly instead of this field.

Listen for Barring Information for the current registered / camped cell.

[Android.Runtime.Register("LISTEN_BARRING_INFO", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PhoneStateListenerFlags enum directly instead of this field.", true)]
public const Android.Telephony.PhoneStateListenerFlags ListenBarringInfo = -2147483648;
[<Android.Runtime.Register("LISTEN_BARRING_INFO", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PhoneStateListenerFlags enum directly instead of this field.", true)>]
val mutable ListenBarringInfo : Android.Telephony.PhoneStateListenerFlags

Field Value

PhoneStateListenerFlags
Attributes

Remarks

Java documentation for android.telephony.PhoneStateListener.LISTEN_BARRING_INFO.

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