VoicemailContract.Status.ConfigurationStateConfiguring フィールド

定義

注意事項

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

ビジュアル ボイスメールがまだ構成されていることを示す の #CONFIGURATION_STATE 値。

[Android.Runtime.Register("CONFIGURATION_STATE_CONFIGURING", ApiSince=25)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.VoicemailConfigurationState enum directly instead of this field.", true)]
public const Android.Provider.VoicemailConfigurationState ConfigurationStateConfiguring = 3;
[<Android.Runtime.Register("CONFIGURATION_STATE_CONFIGURING", ApiSince=25)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.VoicemailConfigurationState enum directly instead of this field.", true)>]
val mutable ConfigurationStateConfiguring : Android.Provider.VoicemailConfigurationState

フィールド値

Value = 3
属性

注釈

ビジュアル ボイスメールがまだ構成されていることを示す の #CONFIGURATION_STATE 値。

android.provider.VoicemailContract.Status.CONFIGURATION_STATE_CONFIGURINGJava ドキュメント。

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

適用対象