ExecuteAppFunctionResponse.UriGrants Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.