Skip to content

Trigger Dialogue

Alexy edited this page Apr 17, 2024 · 2 revisions

Triggers dialogue

Display SDK UI and trigger the provided dialogueId automatically

KindlySDK.displayChat(languageCode: "en", triggerDialogueId: "trigger_dialogue_id")

Trigger dialogue manually

You can also trigger a dialogue manually using (this will not display the SDK UI):

KindlySDK.triggerDialogue(id: "trigger_dialogue_id")
Clone this wiki locally