AI-generated Key Takeaways
-
The document lists globally available enumerations related to Google Sign-In button configuration.
-
GoogleSignInButtonStyledefines the layout styles for the sign-in button, with minimum size depending on the text language. -
GoogleSignInButtonColorSchemespecifies the color schemes supported by the sign-in button. -
GoogleSignInButtonStatedescribes the possible states of the sign-in button.
Enumerations
The following enumerations are available globally.
-
The layout styles supported by the sign-in button.
The minimum size of the button depends on the language used for text.
Declaration
Swift
@available(iOS 13.0, macOS 10.15, *) public enum GoogleSignInButtonStyle : String, Identifiable, CaseIterable
-
The color schemes supported by the sign-in button.
Declaration
Swift
@available(iOS 13.0, macOS 10.15, *) public enum GoogleSignInButtonColorScheme : String, Identifiable, CaseIterable
-
The state of the sign-in button.
Declaration
Swift
@available(iOS 13.0, macOS 10.15, *) public enum GoogleSignInButtonState : String, Identifiable, CaseIterable