init(fineConversionValue:lockPostback:coarseConversionValue:conversionTypes:)
Creates a new postback update with the conversions values, conversion types, and lock indication you provide.
Declaration
init(fineConversionValue: Int, lockPostback: Bool, coarseConversionValue: CoarseConversionValue? = nil, conversionTypes: [PostbackUpdate.ConversionType]? = nil)Parameters
- fineConversionValue:
An integer that represents the fine conversion value.
- lockPostback:
A Boolean value that indicates whether the system can lock the postback, reducing the system time to deliver a signal.
- coarseConversionValue:
An optional
CoarseConversionValueenumeration value that represents the coarse conversion value. Defaults tonil. - conversionTypes:
An optional array of conversion types the system uses to determine which postbacks to update. Defaults to
niland the system updates all types of postbacks by default.