GoogleSignInSwift Framework Reference

GoogleSignInButtonState

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

The state of the sign-in button.

  • Undocumented

    Declaration

    Swift

    case normal
  • Undocumented

    Declaration

    Swift

    case disabled
  • Undocumented

    Declaration

    Swift

    case pressed
  • id

    Declaration

    Swift

    public var id: String { get }