Share via


VoicemailContract.Status.NotificationChannelStateMessageWaiting Field

Definition

Caution

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

Value of #NOTIFICATION_CHANNEL_STATE to indicate that there are messages waiting on the server but the details are not known.

[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

Field Value

Value = 2
Attributes

Remarks

Value of #NOTIFICATION_CHANNEL_STATE to indicate that there are messages waiting on the server but the details are not known.

Use this state when the notification can only tell that there are pending messages on the server but no details of the sender/time etc are known.

Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to