GoogleSignInSwift Framework Reference

GoogleSignInButtonStyle

@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.

  • Undocumented

    Declaration

    Swift

    case standard
  • Undocumented

    Declaration

    Swift

    case wide
  • Undocumented

    Declaration

    Swift

    case icon
  • id

    Declaration

    Swift

    public var id: String { get }