GoogleSignInSwift Framework Reference

  • The document lists globally available enumerations related to Google Sign-In button configuration.

  • GoogleSignInButtonStyle defines the layout styles for the sign-in button, with minimum size depending on the text language.

  • GoogleSignInButtonColorScheme specifies the color schemes supported by the sign-in button.

  • GoogleSignInButtonState describes the possible states of the sign-in button.

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