Contents

downloadState

The current state of the download object.

Declaration

var downloadState: SKDownloadState { get }

Mentioned in

Discussion

After you queue a download object, the payment queue object calls your transaction observer when the state of the download object changes. Your transaction observer should read the downloadState property and use it to determine how to proceed. For more information on the different states, see SKDownloadState.

See Also

Getting State Information