AlertConfig

public struct AlertConfig

Configuration for an alert to be shown to the user.

  • Title of the alert

    Declaration

    Swift

    let title: String
  • Message body of the alert

    Declaration

    Swift

    let body: String