Page Summary
-
GoogleSignInButtonState is an enum in Swift that defines the state of the sign-in button.
-
The possible states are
normal,disabled, andpressed. -
This enum is available on iOS 13.0+ and macOS 10.15+.
-
It conforms to the
String,Identifiable, andCaseIterableprotocols. -
Each state has an
idproperty which is a String.
GoogleSignInButtonState
@available(iOS 13.0, macOS 10.15, *)
public enum GoogleSignInButtonState : String, Identifiable, CaseIterableThe state of the sign-in button.