GoogleSignInSwift Framework Reference
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["This documentation details the globally available enumerations for customizing the Google Sign-In button on iOS and macOS."],["Developers can configure the button's layout style, color scheme, and state using the provided enumerations: `GoogleSignInButtonStyle`, `GoogleSignInButtonColorScheme`, and `GoogleSignInButtonState`."],["These enumerations offer flexibility in tailoring the appearance and behavior of the Google Sign-In button within applications."],["The minimum size of the sign-in button adapts based on the language used for the button's text."]]],[]]