Injector walkthrough callback

A callback to handle events from walkthrough campaigns.

When you choose to load and present a walkthrough manually, you may be interested in the following callback methods.

Note: All these methods are optional. They are also called when a walkthrough was loaded automatically.

Declared In

com.synerise.sdk.injector.callback.IWalkthroughListener


The following method is called after a walkthrough is loaded.

- void onLoaded(WalkthroughResponse walkthrough);

Error when loading


The following method is called when an error occurs while loading a walkthrough.

- void onLoadingError(ApiError error);

Parameter Type Description
error ApiError The error that occurred

Walkthrough displayed


The following method is called after a walkthrough appears.

- void onPresented();

Walkthrough closed


The following method is called after a walkthrough disappears.

- void onClosed();


😕

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