retrievalMethod property
App post install attribution retrieval information.
Disambiguates mechanism (iSDK or developer invoked) to retrieve payload from clicked link. Possible string values are:
- "UNKNOWN_PAYLOAD_RETRIEVAL_METHOD" : Unknown method.
- "IMPLICIT_WEAK_MATCH" : iSDK performs a server lookup by device fingerprint in the background when app is first-opened; no API called by developer.
- "EXPLICIT_WEAK_MATCH" : iSDK performs a server lookup by device fingerprint upon a dev API call.
- "EXPLICIT_STRONG_AFTER_WEAK_MATCH" : iSDK performs a strong match only if weak match is found upon a dev API call.
Implementation
core.String? retrievalMethod;