GoogleSignInSwift Framework Reference

  • GoogleSignInButtonStyle is an enum that defines the layout styles for the Google sign-in button.

  • The supported button styles are standard, wide, and icon.

  • The minimum size of the button is dependent on the language used for the text.

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 }