Application.OnAppLinkRequestReceived(Uri) Method

Definition

App developers override this method to respond when the user initiates an app link request.

protected virtual void OnAppLinkRequestReceived (Uri uri);
abstract member OnAppLinkRequestReceived : Uri -> unit
override this.OnAppLinkRequestReceived : Uri -> unit

Parameters

uri
Uri

The URI for the request.

Applies to

See also