MultiQuestionChallengeResponseSetting

public struct MultiQuestionChallengeResponseSetting : ChallengeResponseSetting
extension MultiQuestionChallengeResponseSetting: Equatable

Struct representing Challenge response settings for Multi Question Challenges.

  • Definitions of multi question challenge. Can be text, rating, or multiple choice.

    Declaration

    Swift

    public var definitions: [Survey]
  • Undocumented

    Declaration

    Swift

    public init(definitions: [Survey])

MultiQuestionChallengeResponseSetting

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public static func == (lhs: MultiQuestionChallengeResponseSetting, rhs: MultiQuestionChallengeResponseSetting) -> Bool