[[["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\u003eGoogleSignInButtonColorScheme is an enum used to define the color scheme of the Google Sign-In button.\u003c/p\u003e\n"],["\u003cp\u003eIt supports two color schemes: \u003ccode\u003edark\u003c/code\u003e and \u003ccode\u003elight\u003c/code\u003e, available from iOS 13.0 and macOS 10.15 onwards.\u003c/p\u003e\n"],["\u003cp\u003eIt conforms to the \u003ccode\u003eIdentifiable\u003c/code\u003e and \u003ccode\u003eCaseIterable\u003c/code\u003e protocols.\u003c/p\u003e\n"]]],[],null,["# GoogleSignInSwift Framework Reference\n\nGoogleSignInButtonColorScheme\n=============================\n\n @available(iOS 13.0, macOS 10.15, *)\n public enum GoogleSignInButtonColorScheme : String, Identifiable, CaseIterable\n\nThe color schemes supported by the sign-in button.\n- `\n ``\n ``\n `\n\n ### [dark](#/s:17GoogleSignInSwift0abC17ButtonColorSchemeO4darkyA2CmF)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n case dark\n\n- `\n ``\n ``\n `\n\n ### [light](#/s:17GoogleSignInSwift0abC17ButtonColorSchemeO5lightyA2CmF)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n case light\n\n- `\n ``\n ``\n `\n\n ### [id](#/s:s12IdentifiableP2id2IDQzvp)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n public var id: String { get }"]]