[[["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 2022-05-04 UTC."],[],[],null,["# FirebaseAppDistribution Framework Reference\n\nAppDistributionRelease\n======================\n\n class AppDistributionRelease : NSObject\n\nThe release information returned by the update check when a new version is available.\n- `\n ``\n ``\n `\n\n ### [displayVersion](#/c:objc(cs)FIRAppDistributionRelease(py)displayVersion)\n\n `\n ` \n The short bundle version of this build (example 1.0.0). \n\n #### Declaration\n\n Swift \n\n var displayVersion: String { get }\n\n- `\n ``\n ``\n `\n\n ### [buildVersion](#/c:objc(cs)FIRAppDistributionRelease(py)buildVersion)\n\n `\n ` \n The build number of this build (example: 123). \n\n #### Declaration\n\n Swift \n\n var buildVersion: String { get }\n\n- `\n ``\n ``\n `\n\n ### [releaseNotes](#/c:objc(cs)FIRAppDistributionRelease(py)releaseNotes)\n\n `\n ` \n The release notes for this build. \n\n #### Declaration\n\n Swift \n\n var releaseNotes: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [downloadURL](#/c:objc(cs)FIRAppDistributionRelease(py)downloadURL)\n\n `\n ` \n The URL for the build. \n\n #### Declaration\n\n Swift \n\n var downloadURL: URL { get }\n\n- `\n ``\n ``\n `\n\n ### [isExpired](#/c:objc(cs)FIRAppDistributionRelease(py)isExpired)\n\n `\n ` \n Whether the download URL for this release is expired. \n\n #### Declaration\n\n Swift \n\n var isExpired: Bool { get }"]]