AppsFlyerDeepLinkDelegate
개요
AppDelegate를 확장하는 프로토콜입니다. 통합 딥링킹용 콜백 메서드를 보유합니다.
SDK 참조 인덱스로 되돌아갑니다.
프로토콜 선언
extension AppDelegate: DeepLinkDelegate {
func didResolveDeepLink(_ result: DeepLinkResult) {
….
}
}
공용 메서드
didResolveDeepLink
Method signature
- (void)didResolveDeepLink:(AppsFlyerDeepLinkResult *_Nonnull)result;
설명
didResolveDeepLink(_ result:)
통합 딥링킹 API에서 onDeepLinking에 대한 콜백 함수입니다.
콜백 파라미터
유형 | 이름 | 설명 |
---|---|---|
didResolveDeepLink | result | 원링크 검색 작동 결과와 딥링크 데이터(또는 오류가 발생하는 경우 오류)를 보유한 객체입니다. |
최신 데이터 1년 이상 전