Contents

status(ofAssetPackWithID:)

Checks an asset pack’s status.

Declaration

func status(ofAssetPackWithID assetPackID: String) async throws -> AssetPack.Status

Parameters

  • assetPackID:

    The asset pack’s ID.

Return Value

The asset pack’s status.

Discussion

This method attempts to get the latest asset-pack information from the server. It doesn’t automatically trigger any downloads, updates, or removals.

See Also

Tracking downloads