getManifestWithCompletionHandler:
Gets the manifest of asset packs that are available to download.
Declaration
- (void) getManifestWithCompletionHandler:(void (^)(BAAssetPackManifest *manifest, NSError *error)) completionHandler;Parameters
- completionHandler:
A block that receives the manifest or an error if one occurs.