AlertActionWithCheckboxFeedback

public class AlertActionWithCheckboxFeedback : AlertAction

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Declaration

    Swift

    public init(
        title: String?,
        checkboxText: String,
        style: UIAlertAction.Style,
        handler: AlertButtonActionCheckboxFeedback? = nil
    )