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
QualarooSurveyPositionBottomSwift
case bottom = 0 -
Attach survey at the bottom left corner of the host controller’s view
Note
iPad onlyDeclaration
Objective-C
QualarooSurveyPositionBottomLeftSwift
case bottomLeft = 1 -
Attach survey at the bottom right corner of the host controller’s view
Note
iPad onlyDeclaration
Objective-C
QualarooSurveyPositionBottomRightSwift
case bottomRight = 2 -
Attach survey at the top of the host controller’s view
Declaration
Objective-C
QualarooSurveyPositionTopSwift
case top = 3 -
Attach survey at the top left corner of the host controller’s view
Note
iPad onlyDeclaration
Objective-C
QualarooSurveyPositionTopLeftSwift
case topLeft = 4 -
Attach survey at the top right corner of the host controller’s view
Note
iPad onlyDeclaration
Objective-C
QualarooSurveyPositionTopRightSwift
case topRight = 5
QualarooSurveyPosition Enum Reference