PopupType

enum PopupType : String

For matching with JSON keys.

Important

This enum needs to be kept in sync with the structure and expected values for StorySequences.json. The values in PowerUp Story Designer web app should have matching values here.
  • Undocumented

    Declaration

    Swift

    case scenario = "scenarioPopups"
  • Undocumented

    Declaration

    Swift

    case other = "otherPopups"