MediaRouter2.CancelScanRequest(MediaRouter2+ScanToken) 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.
Releases the active scan request linked to the provided ScanToken.
[Android.Runtime.Register("cancelScanRequest", "(Landroid/media/MediaRouter2$ScanToken;)V", "", ApiSince=35)]
public void CancelScanRequest(Android.Media.MediaRouter2.ScanToken token);
[<Android.Runtime.Register("cancelScanRequest", "(Landroid/media/MediaRouter2$ScanToken;)V", "", ApiSince=35)>]
member this.CancelScanRequest : Android.Media.MediaRouter2.ScanToken -> unit
Parameters
- token
- MediaRouter2.ScanToken
ScanToken of the ScanRequest to release. This value cannot be null.
- Attributes
Remarks
Releases the active scan request linked to the provided ScanToken.
Android reference for android.media.MediaRouter2.cancelScanRequest.
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.