Contents

setCustomData(_:to:)

Sets key in the custom data dictionary to value.

Declaration

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

Parameters

  • key:

    The dictionary key.

  • value:

    The new value.