canDisplayExperience

abstract suspend fun canDisplayExperience(experienceId: UUID): Boolean

Determines if the given Appcues experience can display. Can be used to handle additional processing needed to get the application into a valid state to display before returning a value.

Return

true if the experience can be shown, false if not.

Parameters

experienceId

the ID of the experience that is being requested to display.