Call.Details.PropertyCrossSim フィールド

定義

注意事項

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

接続はクロス SIM テクノロジを使用しています。

[Android.Runtime.Register("PROPERTY_CROSS_SIM", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallProperty enum directly instead of this field.", true)]
public const Android.Telecom.CallProperty PropertyCrossSim = 16384;
[<Android.Runtime.Register("PROPERTY_CROSS_SIM", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallProperty enum directly instead of this field.", true)>]
val mutable PropertyCrossSim : Android.Telecom.CallProperty

フィールド値

Value = 16384
属性

注釈

接続はクロス SIM テクノロジを使用しています。

が、既定のデータ サブスクリプションのインターネット APN 経由で IMS を登録するクロス sim テクノロジを使用していることを Connection 示します。

の Java ドキュメント android.telecom.Call.Details.PROPERTY_CROSS_SIM

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

適用対象