Contents

setCustomData(_:to:)

Sets key in customData to value.

Declaration

mutating func setCustomData(_ key: String, to value: USDValue)

Parameters

  • key:

    The dictionary key.

  • value:

    The new value.