VoicemailContract.Status.NotificationChannelStateOk フィールド

定義

注意事項

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

通知チャネルが正常に動作していることを示す の #NOTIFICATION_CHANNEL_STATE 値。

[Android.Runtime.Register("NOTIFICATION_CHANNEL_STATE_OK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.VoicemailNotificationChannelState enum directly instead of this field.", true)]
public const Android.Provider.VoicemailNotificationChannelState NotificationChannelStateOk = 0;
[<Android.Runtime.Register("NOTIFICATION_CHANNEL_STATE_OK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.VoicemailNotificationChannelState enum directly instead of this field.", true)>]
val mutable NotificationChannelStateOk : Android.Provider.VoicemailNotificationChannelState

フィールド値

Value = 0
属性

注釈

通知チャネルが正常に動作していることを示す の #NOTIFICATION_CHANNEL_STATE 値。

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

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

適用対象