[[["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-08-04 UTC."],[],[],null,["# FirebaseInAppMessaging Framework Reference\n\nInAppMessagingAction\n====================\n\n class InAppMessagingAction : NSObject\n\nDefines the metadata for a FIAM action.\n\n- This class is unavailable on macOS, macOS Catalyst, and watchOS.\n- `\n ``\n ``\n `\n\n ### [actionText](#/c:objc(cs)FIRInAppMessagingAction(py)actionText)\n\n `\n ` \n The text of the action button, if applicable. \n\n #### Declaration\n\n Swift \n\n var actionText: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [actionURL](#/c:objc(cs)FIRInAppMessagingAction(py)actionURL)\n\n `\n ` \n The URL to follow if the action is clicked. \n\n #### Declaration\n\n Swift \n\n var actionURL: URL? { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRInAppMessagingAction(im)init)\n\n `\n ` \n Unavailable \n Unavailable.\n- `\n ``\n ``\n `\n\n ### [init(actionText:actionURL:)](#/c:objc(cs)FIRInAppMessagingAction(im)initWithActionText:actionURL:)\n\n `\n ` \n This class should only be initialized from a custom in-app message UI component implementation\n or in unit testing. \n\n #### Declaration\n\n Swift \n\n init(actionText: String?, actionURL: URL?)"]]