BlazeCTAActionType
BlazeCTAActionType is an Enum containing possible action types for CTA clicks.
enum class BlazeCTAActionType(val value: String) {
WEB(value = "Web"),
DEEPLINK(value = "Deeplink")
}WEB
Indicates that the CTA action should be treated as WebView.
DEEPLINK
Indicates that the CTA action should be treated as DeepLink.
Updated 16 days ago
Did this page help you?
