MoEngageInAppActionType

@objc
public enum MoEngageInAppActionType : Int

Defines the action type performed by an InApp click.

  • Action that navigates the user to a screen or URL.

    Declaration

    Swift

    case navigationAction
  • Custom action with developer-defined key-value pairs.

    Declaration

    Swift

    case customAction