ImsRcsManager.CapabilityTypePresenceUce フィールド

定義

注意事項

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

この通信事業者は、フレームワークで定義されているプレゼンス サーバーを使用してユーザー機能 Exchange をサポートします。

[Android.Runtime.Register("CAPABILITY_TYPE_PRESENCE_UCE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RcsCapabilityType enum directly instead of this field.", true)]
public const Android.Telephony.Ims.RcsCapabilityType CapabilityTypePresenceUce = 2;
[<Android.Runtime.Register("CAPABILITY_TYPE_PRESENCE_UCE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RcsCapabilityType enum directly instead of this field.", true)>]
val mutable CapabilityTypePresenceUce : Android.Telephony.Ims.RcsCapabilityType

フィールド値

Value = 2
属性

注釈

この通信事業者は、フレームワークで定義されているプレゼンス サーバーを使用してユーザー機能 Exchange をサポートします。 設定されている場合、RcsFeature はプレゼンス サーバーを使用した機能交換をサポートする必要があります。 設定されていない場合、この RcsFeature はプレゼンスを使用して機能またはサービス機能要求を発行しないでください。

の Java ドキュメント android.telephony.ims.ImsRcsManager.CAPABILITY_TYPE_PRESENCE_UCE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象