Instance Method

queueWhenOffline(autoUploadInterval:)

Specify the QueueStrategy.whenOffline strategy for handling card transactions. Optional. The default value for autoUploadInterval is 5 minutes when not specified.

Declaration

@discardableResult func queueWhenOffline(autoUploadInterval: TimeInterval?) -> PaymentEngineBuilder

Return Value

The current PaymentEngineBuilder instance for fluent access.

Parameters

autoUploadInterval

The time interval to use between batch uploads to the server when online.