ATToastType

public enum ATToastType: Int

The ATToastType defines various types of the ATToast.

  • Displays the toast suitable for informative message.

    Declaration

    Swift

    case information
  • Displays the toast suitable for success message.

    Declaration

    Swift

    case success
  • Displays the toast suitable for error message.

    Declaration

    Swift

    case error
  • Displays the toast suitable for warning message.

    Declaration

    Swift

    case warning
  • Displays the toast with dark background and light message text.

    Declaration

    Swift

    case dark