parameterValue(for:)
Returns the value of the specified parameter of this interaction object.
Declaration
func parameterValue(for parameter: INParameter) -> Any?Parameters
- parameter:
The Inparameter object that specifies the key path to a property of this interaction object.
Return Value
The value associated with the property at the specified key path.
Discussion
Use this method to fetch the value of a property that was specified using an INParameter object. A parameter object contains a key path that identifies the location of the property inside this interaction object.