Notification name for observing model download tasks that succeed. The user info dictionary
will contain {ModelDownloadUserInfoKey.remoteModel : RemoteModel}.
Notification name for observing model download tasks that fail. The user info dictionary will
contain {ModelDownloadUserInfoKey.remoteModel : RemoteModel} and
{ModelDownloadUserInfoKey.error : NSError}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseMLCommon Framework Reference\n\nConstants\n=========\n\nThe following constants are available globally.\n- `\n ``\n ``\n `\n\n ### [FIRModelDownloadDidSucceedNotification](#/c:@FIRModelDownloadDidSucceedNotification)\n\n `\n ` \n `Notification` name for observing model download tasks that succeed. The user info dictionary\n will contain `{ModelDownloadUserInfoKey.remoteModel : RemoteModel}`. \n\n #### Declaration\n\n Objective-C \n\n extern NS_SWIFT_NAME(firebaseMLModelDownloadDidSucceed) const NSNotificationName\n FIRModelDownloadDidSucceedNotification\n\n- `\n ``\n ``\n `\n\n ### [FIRModelDownloadDidFailNotification](#/c:@FIRModelDownloadDidFailNotification)\n\n `\n ` \n `Notification` name for observing model download tasks that fail. The user info dictionary will\n contain `{ModelDownloadUserInfoKey.remoteModel : RemoteModel}` and\n `{ModelDownloadUserInfoKey.error : NSError}`. \n\n #### Declaration\n\n Objective-C \n\n extern NS_SWIFT_NAME(firebaseMLModelDownloadDidFail) const NSNotificationName\n FIRModelDownloadDidFailNotification\n\n- `\n ``\n ``\n `\n\n ### [FIRModelDownloadUserInfoKeyRemoteModel](#/c:@FIRModelDownloadUserInfoKeyRemoteModel)\n\n `\n ` \n The key for retrieving the `RemoteModel` from the user info dictionary. \n\n #### Declaration\n\n Objective-C \n\n extern const /docs/reference/ios/firebasemlcommon/api/reference/Type-Definitions#/c:FIRModelDownloadNotifications.h@T@FIRModelDownloadUserInfoKey _Nonnull FIRModelDownloadUserInfoKeyRemoteModel\n\n- `\n ``\n ``\n `\n\n ### [FIRModelDownloadUserInfoKeyError](#/c:@FIRModelDownloadUserInfoKeyError)\n\n `\n ` \n The key for retrieving the `NSError` from the user info dictionary. The corresponding value is\n `nil` if the model download completed successfully. \n\n #### Declaration\n\n Objective-C \n\n extern const /docs/reference/ios/firebasemlcommon/api/reference/Type-Definitions#/c:FIRModelDownloadNotifications.h@T@FIRModelDownloadUserInfoKey _Nonnull FIRModelDownloadUserInfoKeyError"]]