言語

ExecuteAppFunctionResponse.UriGrants Property

Definition

The list of AppFunctionUriGrant to which the caller of this app function execution should have temporary access granted.

public System.Collections.Generic.IList<Android.App.AppFunctions.AppFunctionUriGrant> UriGrants { [Android.Runtime.Register("getUriGrants", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getUriGrants", "()Ljava/util/List;", "", ApiSince=37)>]
member this.UriGrants : System.Collections.Generic.IList<Android.App.AppFunctions.AppFunctionUriGrant>

Property Value

Attributes

Remarks

The list of AppFunctionUriGrant to which the caller of this app function execution should have temporary access granted.

Android reference for android.app.appfunctions.ExecuteAppFunctionResponse.getUriGrants.

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