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

    SKTActionInAppNotificationTapped

    Swift

    case inAppNotificationTapped = 0
  • The user has tapped on a Smooch push notification.

    Declaration

    Objective-C

    SKTActionPushNotificationTapped

    Swift

    case pushNotificationTapped = 1