[[["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 2025-03-25 UTC."],[[["\u003cp\u003eThe SDK provides global constants such as \u003ccode\u003eUMPVersionString\u003c/code\u003e for version information and \u003ccode\u003eUMPErrorDomain\u003c/code\u003e for handling SDK errors.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUMPVersionString\u003c/code\u003e follows the "major.minor.patch" format and \u003ccode\u003eUMPErrorDomain\u003c/code\u003e acts as the domain for all errors encountered within the SDK.\u003c/p\u003e\n"]]],[],null,["# GoogleUserMessagingPlatform Framework Reference\n\nConstants\n=========\n\nThe following constants are available globally.\n- `\n ``\n ``\n `\n\n ### [UMPVersionString](#/c:@UMPVersionString)\n\n `\n ` \n SDK version string, of a form \"major.minor.patch\". \n\n #### Declaration\n\n Swift \n\n let Version: String\n\n Objective-C \n\n extern NS_SWIFT_NAME(Version) NSString *const UMPVersionString\n\n- `\n ``\n ``\n `\n\n ### [UMPErrorDomain](#/c:@UMPErrorDomain)\n\n `\n ` \n Error domain for all SDK errors. \n\n #### Declaration\n\n Swift \n\n let UMPErrorDomain: String\n\n Objective-C \n\n extern NSErrorDomain _Nonnull const UMPErrorDomain"]]