ManifestDelegate

@protocol ManifestDelegate <NSObject>

@optional
- (void)manifestCheckInitiated:(nonnull Manifest*)manifest;
- (void)manifestCheckCompleted:(nonnull Manifest*)manifest didError:(BOOL)didError withReason:(nullable NSString*)errorReason manifestChanged:(BOOL)manifestChanged;

@end

Undocumented