GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

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.


Did this page help you?