VoicemailContract.Status.NotificationChannelStateMessageWaiting フィールド

定義

注意事項

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

フィールド値

Value = 2
属性

注釈

#NOTIFICATION_CHANNEL_STATEサーバーで待機中のメッセージが存在するが、詳細が不明であることを示す の値。

この状態は、サーバーに保留中のメッセージが存在するが、送信者/時刻などの詳細が不明であることを通知で確認できる場合にのみ使用します。

の Java ドキュメント android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING

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

適用対象