ConversationStatus.AvailabilityAvailable Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.People.ConversationAvailability enum directly instead of this field.

[Android.Runtime.Register("AVAILABILITY_AVAILABLE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.People.ConversationAvailability enum directly instead of this field.", true)]
public const Android.App.People.ConversationAvailability AvailabilityAvailable = 0;
[<Android.Runtime.Register("AVAILABILITY_AVAILABLE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.People.ConversationAvailability enum directly instead of this field.", true)>]
val mutable AvailabilityAvailable : Android.App.People.ConversationAvailability

Field Value

Value = 0

Implements

Attributes

Applies to