Manual way of enabling Unified Deep Linking API without calling
AppsFlyerLib.start(Context)
If
DeepLinkListener is registered - supports both deferred (first launch only)
and direct deep linking
If
AppsFlyerConversionListener is registered only supports direct deep linking
Recommended to call this from
Activity.onResume() of every activity that can be
launched via deep link
Notes:
- Duplicate calls with the same intent containing the deep link will be deduplicated
- Proper deep linking intent must have ACTION_VIEW and Uri data
- Direct deep links processed by this API
will not be reported to the server as of SDK
v6.3.2.