Freigeben über


BAAssetPackManagerCheckForUpdatesCompletionHandler Delegate

Definition

public delegate void BAAssetPackManagerCheckForUpdatesCompletionHandler(NSSet<NSString>? updatingIdentifiers, NSSet<NSString>? removedIdentifiers, NSError? error);
type BAAssetPackManagerCheckForUpdatesCompletionHandler = delegate of NSSet<NSString> * NSSet<NSString> * NSError -> unit

Parameters

updatingIdentifiers
NSSet<NSString>
removedIdentifiers
NSSet<NSString>
error
NSError

Applies to