Android.Content.IntentFilter.MatchDataAuthority Method
Match this intent filter against the given Intent data.

Syntax

[Android.Runtime.Register("matchDataAuthority", "(Landroid/net/Uri;)I", "")]
[return:Android.Runtime.GeneratedEnum]
public MatchResults MatchDataAuthority (Android.Net.Uri data)

Parameters

data
The data whose authority is being looked for.

Returns

Documentation for this section has not yet been entered.

Remarks

Match this intent filter against the given Intent data. This ignores the data scheme -- unlike IntentFilter.MatchData(string, System.String, System.String), the authority will match regardless of whether there is a matching scheme.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1