QualarooSurveyPosition

enum QualarooSurveyPosition : NSUInteger {}

QualarooSurveyPosition enumerates all the supported attachment positions for a Qualaroo survey.

Note

Please notice supported positions vary depending on the platform.
  • Attach survey at the bottom of the host controller’s view

    Declaration

    Objective-C

    QualarooSurveyPositionBottom

    Swift

    case bottom = 0
  • Attach survey at the bottom left corner of the host controller’s view

    Note

    iPad only

    Declaration

    Objective-C

    QualarooSurveyPositionBottomLeft

    Swift

    case bottomLeft = 1
  • Attach survey at the bottom right corner of the host controller’s view

    Note

    iPad only

    Declaration

    Objective-C

    QualarooSurveyPositionBottomRight

    Swift

    case bottomRight = 2
  • Attach survey at the top of the host controller’s view

    Declaration

    Objective-C

    QualarooSurveyPositionTop

    Swift

    case top = 3
  • Attach survey at the top left corner of the host controller’s view

    Note

    iPad only

    Declaration

    Objective-C

    QualarooSurveyPositionTopLeft

    Swift

    case topLeft = 4
  • Attach survey at the top right corner of the host controller’s view

    Note

    iPad only

    Declaration

    Objective-C

    QualarooSurveyPositionTopRight

    Swift

    case topRight = 5