GoogleSignInSwift Framework Reference

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 }