Share via


BarringInfo 类

定义

提供特定服务类型的限制配置。

[Android.Runtime.Register("android/telephony/BarringInfo", ApiSince=30, DoNotGenerateAcw=true)]
public sealed class BarringInfo : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/telephony/BarringInfo", ApiSince=30, DoNotGenerateAcw=true)>]
type BarringInfo = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
继承
BarringInfo
属性
实现

注解

提供特定服务类型的限制配置。

提供有关特定服务被禁止使用的指示。 某些禁止类型仅对某些技术系列有效。 默认情况下,不具有限制配置的任何服务都处于取消栏状态。

android.telephony.BarringInfoJava 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

字段

BarringServiceTypeCsFallback
已过时.

用于语音的电路切换回退的禁止指示器;适用于 EUTRAN 和 NGRAN

BarringServiceTypeCsService
已过时.

线路交换服务的禁止指示器;适用于 UTRAN

BarringServiceTypeCsVoice
已过时.

线路切换语音服务的禁止指示器;适用于 UTRAN

BarringServiceTypeEmergency
已过时.

紧急服务禁止指示器;适用于 UTRAN、EUTRAN 和 NGRAN

BarringServiceTypeMmtelVideo
已过时.

MMTEL (IMS) 视频的禁止指示器;适用于 EUTRAN 和 NGRAN

BarringServiceTypeMmtelVoice
已过时.

MMTEL (IMS) 语音的禁止指示器;适用于 EUTRAN 和 NGRAN

BarringServiceTypeMoData
已过时.

移动发起的数据流量的禁止指示器;适用于 EUTRAN 和 NGRAN

BarringServiceTypeMoSignalling
已过时.

移动发起的信号的禁止指示器;适用于 EUTRAN 和 NGRAN

BarringServiceTypePsService
已过时.

数据包交换服务的禁止指示器;适用于 UTRAN

BarringServiceTypeSms
已过时.

短信发送的禁止指示器;适用于 UTRAN、EUTRAN 和 NGRAN

属性

Class

返回此 Object的运行时类。

(继承自 Object)
Creator

提供特定服务类型的限制配置。

Handle

基础 Android 实例的句柄。

(继承自 Object)
JniIdentityHashCode

提供特定服务类型的限制配置。

(继承自 Object)
JniPeerMembers

提供特定服务类型的限制配置。

PeerReference

提供特定服务类型的限制配置。

(继承自 Object)
ThresholdClass

此 API 支持 Mono for Android 基础结构,不应直接从代码中使用。

(继承自 Object)
ThresholdType

此 API 支持 Mono for Android 基础结构,不应直接从代码中使用。

(继承自 Object)

方法

Clone()

创建并返回此对象的副本。

(继承自 Object)
DescribeContents()

提供特定服务类型的限制配置。

Dispose()

提供特定服务类型的限制配置。

(继承自 Object)
Dispose(Boolean)

提供特定服务类型的限制配置。

(继承自 Object)
Equals(Object)

指示某个其他对象是否“等于”此对象。

(继承自 Object)
GetBarringServiceInfo(Int32)

获取指定服务的 BarringServiceInfo。

GetHashCode()

返回对象的哈希代码值。

(继承自 Object)
JavaFinalize()

当垃圾回收确定不再引用对象时,由垃圾回收器对对象调用。

(继承自 Object)
Notify()

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Object)
ToArray<T>()

提供特定服务类型的限制配置。

(继承自 Object)
ToString()

返回对象的字符串表示形式。

(继承自 Object)
UnregisterFromRuntime()

提供特定服务类型的限制配置。

(继承自 Object)
Wait()

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>。<>

(继承自 Object)
Wait(Int64)

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>,或直到经过一定数量的实时。<>

(继承自 Object)
Wait(Int64, Int32)

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>,或直到经过一定数量的实时。<>

(继承自 Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

提供特定服务类型的限制配置。

显式接口实现

IJavaPeerable.Disposed()

提供特定服务类型的限制配置。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()

提供特定服务类型的限制配置。

(继承自 Object)
IJavaPeerable.Finalized()

提供特定服务类型的限制配置。

(继承自 Object)
IJavaPeerable.JniManagedPeerState

提供特定服务类型的限制配置。

(继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

提供特定服务类型的限制配置。

(继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

提供特定服务类型的限制配置。

(继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

提供特定服务类型的限制配置。

(继承自 Object)

扩展方法

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

提供特定服务类型的限制配置。

GetJniTypeName(IJavaPeerable)

提供特定服务类型的限制配置。

适用于