ResolveInfo.Filter Property

Definition

The IntentFilter that was matched for this ResolveInfo.

[Android.Runtime.Register("filter")]
public Android.Content.IntentFilter? Filter { get; set; }
[<Android.Runtime.Register("filter")>]
member this.Filter : Android.Content.IntentFilter with get, set

Property Value

Attributes

Remarks

The IntentFilter that was matched for this ResolveInfo.

Java documentation for android.content.pm.ResolveInfo.filter.

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.

Applies to