[[["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 2024-10-31 UTC."],[[["\u003cp\u003eThis documentation details the globally available enumerations for customizing the Google Sign-In button on iOS and macOS.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can configure the button's layout style, color scheme, and state using the provided enumerations: \u003ccode\u003eGoogleSignInButtonStyle\u003c/code\u003e, \u003ccode\u003eGoogleSignInButtonColorScheme\u003c/code\u003e, and \u003ccode\u003eGoogleSignInButtonState\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese enumerations offer flexibility in tailoring the appearance and behavior of the Google Sign-In button within applications.\u003c/p\u003e\n"],["\u003cp\u003eThe minimum size of the sign-in button adapts based on the language used for the button's text.\u003c/p\u003e\n"]]],[],null,["# GoogleSignInSwift Framework Reference\n\nEnumerations\n============\n\nThe following enumerations are available globally.\n[Button Style\n------------](#/Button-Style)\n\n- `\n ``\n ``\n `\n\n ### [GoogleSignInButtonStyle](/identity/sign-in/ios/reference-swift/Enums/GoogleSignInButtonStyle)\n\n `\n ` \n The layout styles supported by the sign-in button.\n\n The minimum size of the button depends on the language used for text. \n\n #### Declaration\n\n Swift \n\n @available(iOS 13.0, macOS 10.15, *)\n public enum GoogleSignInButtonStyle : String, Identifiable, CaseIterable\n\n[Button Color Scheme\n-------------------](#/Button-Color-Scheme)\n\n- `\n ``\n ``\n `\n\n ### [GoogleSignInButtonColorScheme](/identity/sign-in/ios/reference-swift/Enums/GoogleSignInButtonColorScheme)\n\n `\n ` \n The color schemes supported by the sign-in button. \n\n #### Declaration\n\n Swift \n\n @available(iOS 13.0, macOS 10.15, *)\n public enum GoogleSignInButtonColorScheme : String, Identifiable, CaseIterable\n\n[Button State\n------------](#/Button-State)\n\n- `\n ``\n ``\n `\n\n ### [GoogleSignInButtonState](/identity/sign-in/ios/reference-swift/Enums/GoogleSignInButtonState)\n\n `\n ` \n The state of the sign-in button. \n\n #### Declaration\n\n Swift \n\n @available(iOS 13.0, macOS 10.15, *)\n public enum GoogleSignInButtonState : String, Identifiable, CaseIterable"]]