Contents

appRefresh(_:)

A task that updates your app’s state in the background for a matching identifier.

Declaration

static func appRefresh(_ identifier: String) -> BackgroundTask<Void, Void>

Return Value

A background task that you can handle with your app or extension.

See Also

Refreshing the app