BAAssetPackManagerCheckForUpdatesResult Constructor

Definition

Creates a new instance of this class.

public BAAssetPackManagerCheckForUpdatesResult(Foundation.NSSet<Foundation.NSString> updatingIdentifiers, Foundation.NSSet<Foundation.NSString> removedIdentifiers);
new BackgroundAssets.BAAssetPackManagerCheckForUpdatesResult : Foundation.NSSet<Foundation.NSString> * Foundation.NSSet<Foundation.NSString> -> BackgroundAssets.BAAssetPackManagerCheckForUpdatesResult

Parameters

updatingIdentifiers
NSSet<NSString>

Result value from an asynchronous operation.

removedIdentifiers
NSSet<NSString>

Result value from an asynchronous operation.

Applies to