다음을 통해 공유


UriRelativeFilterGroup.Action Property

Definition

Return UriRelativeFilterGroup#ACTION_ALLOW if a URI is allowed when matched and UriRelativeFilterGroup#ACTION_BLOCK if a URI is blacked when matched.

public Android.Content.UriRelativeFilterGroupAction Action { [Android.Runtime.Register("getAction", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAction", "()I", "", ApiSince=35)>]
member this.Action : Android.Content.UriRelativeFilterGroupAction

Property Value

Attributes

Remarks

Return UriRelativeFilterGroup#ACTION_ALLOW if a URI is allowed when matched and UriRelativeFilterGroup#ACTION_BLOCK if a URI is blacked when matched.

Java documentation for android.content.UriRelativeFilterGroup.getAction().

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