Skip to content

IntelliTicks client sdk for iOS. IntelliTicks is AI-powered live chat to get you 70-150% more leads from the existing traffic.

License

Notifications You must be signed in to change notification settings

intelliticks/ios-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

IntelliTicks

Getting Started

  1. Download IntelliTicksBuilder.swift file and add it to your project.
  2. Call the method below to Initialize IntelliTicks Builder
        IntelliTicksBuilder.initialize(_accountId: "<Your account Id>", _action: "<your action>")
  1. Now whenever you would like to show the chat, use the method below to get ViewController Object
        let vc = IntelliTicksBuilder.getViewController();
  1. ViewController from above step can be shown as a popup using the code below
        present(vc, animated: true);

About

IntelliTicks client sdk for iOS. IntelliTicks is AI-powered live chat to get you 70-150% more leads from the existing traffic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages