Application.OnAppLinkRequestReceived(Uri) 메서드

정의

앱 개발자는 사용자가 앱 링크 요청을 시작하는 경우 응답하도록 이 메서드를 재정의합니다.

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

매개 변수

uri
Uri

요청의 URI입니다.

적용 대상

추가 정보