Share via


IntentFilter.GetUriRelativeFilterGroup(Int32) Method

Definition

Return a URI relative filter group in the intent filter.

[Android.Runtime.Register("getUriRelativeFilterGroup", "(I)Landroid/content/UriRelativeFilterGroup;", "", ApiSince=35)]
public Android.Content.UriRelativeFilterGroup GetUriRelativeFilterGroup (int index);
[<Android.Runtime.Register("getUriRelativeFilterGroup", "(I)Landroid/content/UriRelativeFilterGroup;", "", ApiSince=35)>]
member this.GetUriRelativeFilterGroup : int -> Android.Content.UriRelativeFilterGroup

Parameters

index
Int32

index of the element to return

Returns

Attributes

Remarks

Return a URI relative filter group in the intent filter.

Note: use of this method will result in a NullPointerException if no groups exists for this intent filter.

Java documentation for android.content.IntentFilter.getUriRelativeFilterGroup(int).

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