handle Deeplink
Handle Airbridge's deep link from the provided intent and invoke a callback based on the result.
Return
true
if all of the following conditions are met:
If the SDK is initialized and enabled.
If the data in provided intent is Airbridge's deep link.
false
otherwise.
Parameters
The intent to handle.
Callback to be invoked when the Airbridge's deep link is successfully handled.
Handle Airbridge's deep link from the provided intent and invoke a callback based on the result.
Return
true
if all of the following conditions are met:
If the SDK is initialized and enabled.
If the data in provided intent is Airbridge's deep link.
false
otherwise.
Parameters
The intent to handle.
Callback to be invoked when the Airbridge's deep link is successfully handled.
Callback to be invoked if handling the Airbridge's deep link fails.