VcnUnderlyingNetworkTemplate.MatchRequired フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Net.Vcn.TemplateMatchParameter enum directly instead of this field.

ネットワーク特性の一致条件を構成するために使用します。

[Android.Runtime.Register("MATCH_REQUIRED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.TemplateMatchParameter enum directly instead of this field.", true)]
public const Android.Net.Vcn.TemplateMatchParameter MatchRequired = 1;
[<Android.Runtime.Register("MATCH_REQUIRED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.TemplateMatchParameter enum directly instead of this field.", true)>]
val mutable MatchRequired : Android.Net.Vcn.TemplateMatchParameter

フィールド値

Value = 1
属性

注釈

ネットワーク特性の一致条件を構成するために使用します。 これには、ネットワーク機能や携帯電話のサブスクリプション情報が含まれる場合があります。 このテンプレートと一致させるには、ネットワークに機能が必要であることを示します。

の Java ドキュメント android.net.vcn.VcnUnderlyingNetworkTemplate.MATCH_REQUIRED

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

適用対象