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.
Updated about 2 months ago
Did this page help you?
