AppcuesExperienceActions

AppcuesExperienceActions is the controller that allows custom component access useful appcues and experience calls.

Functions

Link copied to clipboard
abstract fun close(markComplete: Boolean = false)

Closes the experience

Link copied to clipboard
abstract fun nextStep()

Move to the next step or completes the experience if called from the last step

Link copied to clipboard
abstract fun previousStep()

Move to a previous step if any

Link copied to clipboard
abstract fun track(name: String, properties: Map<String, Any>? = null)

Track an action taken by a user.

Link copied to clipboard
abstract fun triggerBlockActions()

Manually trigger all actions defined in studio for this custom block

Link copied to clipboard
abstract fun updateProfile(properties: Map<String, String>)

Updates user profile.