次の方法で共有


Connection.PropertyCrossSim フィールド

定義

注意事項

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

フィールド値

Value = 8192
属性

注釈

接続にはクロス SIM テクノロジが使用されています。

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

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象