getAllAssetPacksWithCompletionHandler:
Gets the asset packs that are available to download.
Declaration
- (void) getAllAssetPacksWithCompletionHandler:(void (^)(NSSet<BAAssetPack *> *assetPacks, NSError *error)) completionHandler;Parameters
- completionHandler:
A block that receives the asset packs or an error if one occurs.
Discussion
This method might attempt to get the latest asset-pack information from the server.