AnyOutput
public protocol AnyOutput
You conform to the AnyOutput
protocol to define
the output factory that generates inputs passed to
presented view models for initialiation.
-
Call this function to dynamically generates inputs passed to presented view models for initialiation.
Declaration
Swift
func dynamicallyCall(withKeywordArguments pairs: KeyValuePairs<String, Any>) -> MwxInput
Parameters
pairs
A
KeyValuePairs
for the key and value of the input data chunk.Return Value
The generated input data store.