Android.Content.PM.ResolveInfo.Match Property
The system's evaluation of how well the activity matches the IntentFilter.

Syntax

[Android.Runtime.Register("match")]
public Android.Content.MatchResults Match { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The system's evaluation of how well the activity matches the IntentFilter. This is a match constant, a combination of Android.Content.IntentFilter.MATCH_CATEGORY_MASK and Android.Content.IntentFilter.MATCH_ADJUSTMENT_MASK.

[Android Documentation]

Requirements

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