Skip to content

ResponsePropertyValue

msingleton edited this page Jul 9, 2020 · 6 revisions

ResponsePropertyValue

public struct ResponsePropertyValue

Initializers

init(_:)

public init(_ value: Any)

Properties

value

let value: Any

Methods

typeString()

Returns a string representing the type of the value, this is used when passing the value into the survey webview as a query parameter

public func typeString() -> String
Clone this wiki locally