NS_ENUM(NSInteger,RecaptchaActionType){/** Indicates that the protected action is a Login workflow. */RecaptchaActionTypeLogin=0,/** Indicates that the protected action is a Signup workflow. */RecaptchaActionTypeSignup=1,/** When a custom action is specified, reCAPTCHA uses this value automatically. */RecaptchaActionTypeOther=2,}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[],null,["# RecaptchaEnterprise Framework Reference\n\nEnumerations\n============\n\nThe following enumerations are available globally.\n- `\n ``\n ``\n `\n\n ### [RecaptchaActionType](/recaptcha/docs/reference/ios/client/api/Enums/RecaptchaActionType)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n enum RecaptchaActionType : Int, @unchecked Sendable\n\n Objective-C \n\n NS_ENUM(NSInteger, RecaptchaActionType) {\n /** Indicates that the protected action is a Login workflow. */\n RecaptchaActionTypeLogin = 0,\n\n /** Indicates that the protected action is a Signup workflow. */\n RecaptchaActionTypeSignup = 1,\n\n /** When a custom action is specified, reCAPTCHA uses this value automatically. */\n RecaptchaActionTypeOther = 2,\n }\n\n- `\n ``\n ``\n `\n\n ### [RecaptchaErrorCode](/recaptcha/docs/reference/ios/client/api/Enums/RecaptchaErrorCode)\n\n `\n ` \n List of errors that can be returned from the SDK. \n\n #### Declaration\n\n Swift \n\n enum RecaptchaErrorCode : Int, @unchecked Sendable\n\n Objective-C \n\n enum RecaptchaErrorCode : NSInteger {}"]]