VoicemailContract.Status.ConfigurationStateNotConfigured フィールド

定義

注意事項

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_NOT_CONFIGURED")]
[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 ConfigurationStateNotConfigured = 1;
[<Android.Runtime.Register("CONFIGURATION_STATE_NOT_CONFIGURED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.VoicemailConfigurationState enum directly instead of this field.", true)>]
val mutable ConfigurationStateNotConfigured : Android.Provider.VoicemailConfigurationState

フィールド値

Value = 1
属性

注釈

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

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

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

適用対象