InAppMessageButtonActionType

Enumeration

Declaration 

1@objc(SFMCSdkInAppMessageButtonActionType)
2public enum InAppMessageButtonActionType : Int
3
4case unknown = -1
5
6case close = 0
7
8case url
9
10case pushSettings
11
12case locationSettings
13
14case pushPermission

Cases 

unknown 

Represents an unsupported or unrecognized button action type.

1case unknown = -1

close 

1case close = 0

url 

1case url

pushSettings 

1case pushSettings

locationSettings 

1case locationSettings

pushPermission 

1case pushPermission