GoogleSignInSwift Framework Reference

  • GoogleSignInButtonColorScheme is an enum in Swift that supports different color schemes for the Google sign-in button.

  • It provides two main color options: dark and light.

  • The enum is available on iOS 13.0+ and macOS 10.15+.

GoogleSignInButtonColorScheme

@available(iOS 13.0, macOS 10.15, *)
public enum GoogleSignInButtonColorScheme : String, Identifiable, CaseIterable

The color schemes supported by the sign-in button.

  • Undocumented

    Declaration

    Swift

    case dark
  • Undocumented

    Declaration

    Swift

    case light
  • id

    Declaration

    Swift

    public var id: String { get }