Language

ExecuteAppFunctionRequest.Attribution Property

Definition

Returns the AppInteractionAttribution for the ExecuteAppFunctionRequest.

public Android.App.AppInteractionAttribution? Attribution { [Android.Runtime.Register("getAttribution", "()Landroid/app/AppInteractionAttribution;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAttribution", "()Landroid/app/AppInteractionAttribution;", "", ApiSince=37)>]
member this.Attribution : Android.App.AppInteractionAttribution

Property Value

Attributes

Remarks

Returns the AppInteractionAttribution for the ExecuteAppFunctionRequest.

This information can be used by the privacy setting to provide transparency to the user about why an app function was invoked.

Android reference for android.app.appfunctions.ExecuteAppFunctionRequest.getAttribution.

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