Injector callback

A callback to handle events from campaigns.

Declared in

com.synerise.sdk.injector.callback.OnInjectorListener

User interacts with URL


Fired when user interacts with URL action.
Return true if activity should be closed after action execution, false otherwise.

- boolean onOpenUrl(InjectorSource source, String url);

Parameter Type Description
source InjectorSource interaction source
url String url provided from API

Fired when user interacts with DEEP_LINKING action.
Return true if activity should be closed after action execution, false otherwise.

- boolean onDeepLink(InjectorSource source, String deepLink);

Parameter Type Description
source InjectorSource interaction source
deepLink String deepLink provided from API

😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker