GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeCTAActionType iOS

BlazeCTAActionType

BlazeCTAActionType is an Enum containing possible action types for CTA clicks.

public enum BlazeCTAActionType: String {
    case web = "Web"
    case deeplink = "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?