RouteDiscoveryPreference.ShouldPerformActiveScan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether active scanning should be performed.
[Android.Runtime.Register("shouldPerformActiveScan", "()Z", "", ApiSince=30)]
public bool ShouldPerformActiveScan ();
[<Android.Runtime.Register("shouldPerformActiveScan", "()Z", "", ApiSince=30)>]
member this.ShouldPerformActiveScan : unit -> bool
Returns
- Attributes
Remarks
Gets whether active scanning should be performed.
If any of discovery preferences sets this as true
, active scanning will be performed regardless of other discovery preferences.
Java documentation for android.media.RouteDiscoveryPreference.shouldPerformActiveScan()
.
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.