SKTAction
Objective-C
enum SKTAction : NSInteger {}
Swift
enum SKTAction : Int
@discussion Represents various actions the user takes when interacting with Smooch UI components.
-
The user has tapped on a Smooch in-app notification.
Declaration
Objective-C
SKTActionInAppNotificationTappedSwift
case inAppNotificationTapped = 0 -
The user has tapped on a Smooch push notification.
Declaration
Objective-C
SKTActionPushNotificationTappedSwift
case pushNotificationTapped = 1
SKTAction Enumeration Reference