Language

DiscoveryRequest.Flags Property

Definition

Returns the discovery flags.

public long Flags { [Android.Runtime.Register("getFlags", "()J", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getFlags", "()J", "", ApiSince=37)>]
member this.Flags : int64

Property Value

Value is either 0 or a combination of the following: FLAG_NO_PICKER; FLAG_SHOW_PICKER; FLAG_USER_APPROVED_ONLY

Attributes

Remarks

Returns the discovery flags.

Android reference for android.net.nsd.DiscoveryRequest.getFlags.

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