Class StytchTheme

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class StytchTheme
     implements Parcelable
                        

    A data class used to configure the UI.

    • Constructor Detail

      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor, Integer inputPlaceholderTextColor, Integer disabledInputBorderColor, Integer disabledInputBackgroundColor, Integer disabledInputTextColor, Integer dialogTextColor, Boolean hideHeaderText, String logoUrl)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
        inputPlaceholderTextColor - an Int describing the text color of placeholder text
        disabledInputBorderColor - an Int describing the color of an input fields border when disabled
        disabledInputBackgroundColor - an Int describing the color of an input fields background when disabled
        disabledInputTextColor - an Int describing the color of input text when in a disabled state
        dialogTextColor - an Int describing the color of text within dialogs
        hideHeaderText - a Boolean that determines whether or not to show the header text on the main UI screen.
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor, Integer inputPlaceholderTextColor, Integer disabledInputBorderColor, Integer disabledInputBackgroundColor, Integer disabledInputTextColor, Integer dialogTextColor, Boolean hideHeaderText)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
        inputPlaceholderTextColor - an Int describing the text color of placeholder text
        disabledInputBorderColor - an Int describing the color of an input fields border when disabled
        disabledInputBackgroundColor - an Int describing the color of an input fields background when disabled
        disabledInputTextColor - an Int describing the color of input text when in a disabled state
        dialogTextColor - an Int describing the color of text within dialogs
        hideHeaderText - a Boolean that determines whether or not to show the header text on the main UI screen.
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor, Integer inputPlaceholderTextColor, Integer disabledInputBorderColor, Integer disabledInputBackgroundColor, Integer disabledInputTextColor, Integer dialogTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
        inputPlaceholderTextColor - an Int describing the text color of placeholder text
        disabledInputBorderColor - an Int describing the color of an input fields border when disabled
        disabledInputBackgroundColor - an Int describing the color of an input fields background when disabled
        disabledInputTextColor - an Int describing the color of input text when in a disabled state
        dialogTextColor - an Int describing the color of text within dialogs
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor, Integer inputPlaceholderTextColor, Integer disabledInputBorderColor, Integer disabledInputBackgroundColor, Integer disabledInputTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
        inputPlaceholderTextColor - an Int describing the text color of placeholder text
        disabledInputBorderColor - an Int describing the color of an input fields border when disabled
        disabledInputBackgroundColor - an Int describing the color of an input fields background when disabled
        disabledInputTextColor - an Int describing the color of input text when in a disabled state
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor, Integer inputPlaceholderTextColor, Integer disabledInputBorderColor, Integer disabledInputBackgroundColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
        inputPlaceholderTextColor - an Int describing the text color of placeholder text
        disabledInputBorderColor - an Int describing the color of an input fields border when disabled
        disabledInputBackgroundColor - an Int describing the color of an input fields background when disabled
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor, Integer inputPlaceholderTextColor, Integer disabledInputBorderColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
        inputPlaceholderTextColor - an Int describing the text color of placeholder text
        disabledInputBorderColor - an Int describing the color of an input fields border when disabled
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor, Integer inputPlaceholderTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
        inputPlaceholderTextColor - an Int describing the text color of placeholder text
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor, Integer inputTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
        inputTextColor - an Int describing the color of input text when editable
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor, Integer inputBackgroundColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
        inputBackgroundColor - an Int describing the background color of input fields
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius, Integer inputBorderColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
        inputBorderColor - an Int describing the border color of input fields
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor, Integer inputBorderRadius)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
        inputBorderRadius - an Int describing the size of an input's border radius
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor, Integer disabledButtonTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
        disabledButtonTextColor - an Int describing the color of button text when in a disabled state
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor, Integer disabledButtonBorderColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
        disabledButtonBorderColor - an Int describing the color of a button's border when disabled
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius, Integer disabledButtonBackgroundColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
        disabledButtonBackgroundColor - an Int describing the color of a button's background when disabled
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor, Integer buttonBorderRadius)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
        buttonBorderRadius - an Int describing the size of a button's border radius
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor, Integer buttonBorderColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
        buttonBorderColor - an Int describing the border color of a button
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor, Integer buttonTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
        buttonTextColor - an Int describing the color of button text
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor, Integer buttonBackgroundColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
        buttonBackgroundColor - an Int describing the background color of a button
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor, Integer socialButtonTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
        socialButtonTextColor - an Int describing the text color of Social Login buttons
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor, Integer socialButtonBackgroundColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
        socialButtonBackgroundColor - an Int describing the background color of Social Login buttons
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor, Integer errorColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
        errorColor - an Int describing the color of text and fields in an error state
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor, Integer successColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
        successColor - an Int describing the color of text and fields in a success state
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor, Integer disabledTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
        disabledTextColor - an Int describing the color of text when in a disabled state
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor, Integer secondaryTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
        secondaryTextColor - an Int describing the color of secondary text
      • StytchTheme

        StytchTheme(Integer backgroundColor, Integer primaryTextColor)
        Parameters:
        backgroundColor - an Int describing the background color
        primaryTextColor - an Int describing the color of primary text
      • StytchTheme

        StytchTheme(Integer backgroundColor)
        Parameters:
        backgroundColor - an Int describing the background color
      • StytchTheme

        StytchTheme()