AVAAction

Objective-C

enum AVAAction : NSInteger {}

Swift

enum AVAAction : Int

@discussion Represents various actions the user takes when interacting with AvMessagingSdk UI components.

  • The user has tapped on a AvMessagingSdk in-app notification.

    Declaration

    Objective-C

    AVAActionInAppNotificationTapped

    Swift

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

    Declaration

    Objective-C

    AVAActionPushNotificationTapped

    Swift

    case pushNotificationTapped = 1