GoogleSignInSwift Framework Reference
@available(iOS 13.0, macOS 10.15, *)
public enum GoogleSignInButtonStyle : String, Identifiable, CaseIterable
The layout styles supported by the sign-in button.
The minimum size of the button depends on the language used for text.
-
-
-
-
Declaration
Swift
public var id: String { get }
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."],[[["GoogleSignInButtonStyle is an enum that defines the layout styles for the Google Sign-in button."],["This style impacts the button's size and appearance, and the minimum size varies based on the text language."],["The available styles include: `standard`, `wide`, and `icon`, all of which are currently undocumented."],["Each style conforms to the `Identifiable` protocol, ensuring a unique identifier for each button instance."]]],[]]