UriRelativeFilterGroup.MatchData(Uri) 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.
Match all URI filter in this group against Intent#getData()
.
[Android.Runtime.Register("matchData", "(Landroid/net/Uri;)Z", "", ApiSince=35)]
public bool MatchData (Android.Net.Uri data);
[<Android.Runtime.Register("matchData", "(Landroid/net/Uri;)Z", "", ApiSince=35)>]
member this.MatchData : Android.Net.Uri -> bool
Parameters
- data
- Uri
The full data string to match against, as supplied in Intent.data.
Returns
true if all filters match.
- Attributes
Remarks
Match all URI filter in this group against Intent#getData()
.
Java documentation for android.content.UriRelativeFilterGroup.matchData(android.net.Uri)
.
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.