SCClickType
enum SCClickType {}
enum that defines different ways a clickThrough can be implemented currently ClickableOnFullArea and ClickableOnAssociatedButtonOrLink are handled in the same way, by directly opening the landingpage, whereas ClickableWithConfirmationDialog opens a dialog, which can be configured when “customizableClickThroughAlert” is set to true
-
Undocumented
Declaration
Objective-C
NotClickable
-
Undocumented
Declaration
Objective-C
ClickableOnFullArea
-
Undocumented
Declaration
Objective-C
ClickableOnAssociatedButtonOrLink
-
Undocumented
Declaration
Objective-C
ClickableWithConfirmationDialog