NsdManager.FailureAlreadyActive Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Nsd.NsdFailure enum directly instead of this field.

Indicates that the operation failed because it is already active.

[Android.Runtime.Register("FAILURE_ALREADY_ACTIVE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Nsd.NsdFailure enum directly instead of this field.", true)]
public const Android.Net.Nsd.NsdFailure FailureAlreadyActive = 3;
[<Android.Runtime.Register("FAILURE_ALREADY_ACTIVE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Nsd.NsdFailure enum directly instead of this field.", true)>]
val mutable FailureAlreadyActive : Android.Net.Nsd.NsdFailure

Field Value

Value = 3
Attributes

Remarks

Java documentation for android.net.nsd.NsdManager.FAILURE_ALREADY_ACTIVE.

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