Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pop-up - Image, Header, Text & Button

Mini - Icon & Text

Full Screen-image

Full Screen-image&button

Pop-up - Image, Header, Text & Button

Pop-up-Survey

Pop-up - NPS with Text & Button

Native Alert & Action Sheet

NPS with Number

NPS & Second Popup

If you want to manage the links you add for in-app messages yourself, you can follow the step below.

First you have to call the delegate method

Code Block
languageswift
Visilabs.callAPI().inappButtonDelegate = self                                 

Then you have to add the extension and you can delete the print codes and write your own codes.

Code Block
languageswift
extension EventViewController: VisilabsInappButtonDelegate {
    func didTapButton(_ notification: VisilabsInAppNotification) {
        print("notification did tapped...")
        print(notification)
    }
}

Favorite Attribute Actions

...