다음을 통해 공유


UriRelativeFilterGroup.AddUriRelativeFilter(UriRelativeFilter) Method

Definition

Add a filter to the group.

[Android.Runtime.Register("addUriRelativeFilter", "(Landroid/content/UriRelativeFilter;)V", "", ApiSince=35)]
public void AddUriRelativeFilter (Android.Content.UriRelativeFilter uriRelativeFilter);
[<Android.Runtime.Register("addUriRelativeFilter", "(Landroid/content/UriRelativeFilter;)V", "", ApiSince=35)>]
member this.AddUriRelativeFilter : Android.Content.UriRelativeFilter -> unit

Parameters

uriRelativeFilter
UriRelativeFilter
Attributes

Remarks

Add a filter to the group.

Java documentation for android.content.UriRelativeFilterGroup.addUriRelativeFilter(android.content.UriRelativeFilter).

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