GoogleSignInSwift Framework Reference

Enumerations

The following enumerations are available globally.

  • The layout styles supported by the sign-in button.

    The minimum size of the button depends on the language used for text.

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, *)
    public enum GoogleSignInButtonStyle : String, Identifiable, CaseIterable
  • The color schemes supported by the sign-in button.

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, *)
    public enum GoogleSignInButtonColorScheme : String, Identifiable, CaseIterable
  • The state of the sign-in button.

    Declaration

    Swift

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